Skip to content

Commit 7c16576

Browse files
committed
Bump version to v0.24.2
* Update changelog
1 parent 113113e commit 7c16576

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)
@@ -10,6 +14,8 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)