Skip to content

Commit 0c2028e

Browse files
committed
Bump version to v0.30.1
1 parent cdb6910 commit 0c2028e

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.1] - 2025-03-05
4+
5+
- Fix missing `Config.registry_ssl_opts/0` function, overlooked in #134 (#143 @strech)
6+
37
## [0.30.0] - 2025-02-17
48

59
- Add new configuration option `registry_ssl_ops` with arbitrary Erlang SSL client options (#134 @sstoltze)
@@ -50,6 +54,7 @@
5054

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

57+
[0.30.0]: https://github.com/Strech/avrora/releases/tag/v0.30.1
5358
[0.30.0]: https://github.com/Strech/avrora/releases/tag/v0.30.0
5459
[0.29.2]: https://github.com/Strech/avrora/releases/tag/v0.29.2
5560
[0.29.1]: https://github.com/Strech/avrora/releases/tag/v0.29.1

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.0"
4+
@version "0.30.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)