There was an error while loading. Please reload this page.
1 parent fefe0a9 commit a0e8cf6Copy full SHA for a0e8cf6
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.30.2] - 2025-09-03
4
+
5
+- Change deprecated struct update syntax (#144 @rockneurotiko)
6
7
## [0.30.1] - 2025-03-05
8
9
- Fix missing `Config.registry_ssl_opts/0` function, overlooked in #134 (#143 @strech)
@@ -54,6 +58,7 @@
54
58
55
59
- Add runtime config resolution for Avrora.Client (#92, @strech)
56
60
61
+[0.30.2]: https://github.com/Strech/avrora/releases/tag/v0.30.2
57
62
[0.30.1]: https://github.com/Strech/avrora/releases/tag/v0.30.1
63
[0.30.0]: https://github.com/Strech/avrora/releases/tag/v0.30.0
64
[0.29.2]: https://github.com/Strech/avrora/releases/tag/v0.29.2
mix.exs
@@ -1,7 +1,7 @@
defmodule Avrora.MixProject do
use Mix.Project
- @version "0.30.1"
+ @version "0.30.2"
def project do
[
0 commit comments