File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 0.24.2] - 2022-09-13 [ :book : ] [ 0.24.2-n ]
2+
3+ - Fix Avrora.Config.registry_schemas_autoreg/0 to return configured ` false ` value (#99 @ankhers )
4+
15# [ 0.24.1] - 2022-09-12 [ :book : ] [ 0.24.1-n ]
26
37- Add SSL option ` [verify: :verify_none] ` to Avrora.HttpClient (#97 , @goozzik )
1014
1115- Add runtime config resolution for Avrora.Client (#92 , @strech )
1216
17+ [ 0.24.2 ] : https://github.com/Strech/avrora/compare/v0.24.1...v0.24.2
18+ [ 0.24.2-n ] : https://github.com/Strech/avrora/releases/tag/v0.24.2
1319[ 0.24.1 ] : https://github.com/Strech/avrora/compare/v0.24.0...v0.24.1
1420[ 0.24.1-n ] : https://github.com/Strech/avrora/releases/tag/v0.24.1
1521[ 0.24.0 ] : https://github.com/Strech/avrora/compare/v0.23.0...v0.24.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Avrora.MixProject do
44 def project do
55 [
66 app: :avrora ,
7- version: "0.24.1 " ,
7+ version: "0.24.2 " ,
88 elixir: "~> 1.6" ,
99 description: description ( ) ,
1010 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments