Skip to content

Commit a0e8cf6

Browse files
authored
Bump version to 0.30.2 (#146)
1 parent fefe0a9 commit a0e8cf6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.30.2] - 2025-09-03
4+
5+
- Change deprecated struct update syntax (#144 @rockneurotiko)
6+
37
## [0.30.1] - 2025-03-05
48

59
- Fix missing `Config.registry_ssl_opts/0` function, overlooked in #134 (#143 @strech)
@@ -54,6 +58,7 @@
5458

5559
- Add runtime config resolution for Avrora.Client (#92, @strech)
5660

61+
[0.30.2]: https://github.com/Strech/avrora/releases/tag/v0.30.2
5762
[0.30.1]: https://github.com/Strech/avrora/releases/tag/v0.30.1
5863
[0.30.0]: https://github.com/Strech/avrora/releases/tag/v0.30.0
5964
[0.29.2]: https://github.com/Strech/avrora/releases/tag/v0.29.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Avrora.MixProject do
22
use Mix.Project
33

4-
@version "0.30.1"
4+
@version "0.30.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)