File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 11defmodule Avrora.MixProject do
22 use Mix.Project
33
4- @ version "0.30.0 "
4+ @ version "0.30.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments