Skip to content

Commit

Permalink
Bump version to v0.24.2
Browse files Browse the repository at this point in the history
* Update changelog
  • Loading branch information
Strech committed Sep 13, 2022
1 parent 113113e commit 7c16576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.24.2] - 2022-09-13 [:book:][0.24.2-n]

- Fix Avrora.Config.registry_schemas_autoreg/0 to return configured `false` value (#99 @ankhers)

# [0.24.1] - 2022-09-12 [:book:][0.24.1-n]

- Add SSL option `[verify: :verify_none]` to Avrora.HttpClient (#97, @goozzik)
Expand All @@ -10,6 +14,8 @@

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

[0.24.2]: https://github.com/Strech/avrora/compare/v0.24.1...v0.24.2
[0.24.2-n]: https://github.com/Strech/avrora/releases/tag/v0.24.2
[0.24.1]: https://github.com/Strech/avrora/compare/v0.24.0...v0.24.1
[0.24.1-n]: https://github.com/Strech/avrora/releases/tag/v0.24.1
[0.24.0]: https://github.com/Strech/avrora/compare/v0.23.0...v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Avrora.MixProject do
def project do
[
app: :avrora,
version: "0.24.1",
version: "0.24.2",
elixir: "~> 1.6",
description: description(),
package: package(),
Expand Down

0 comments on commit 7c16576

Please sign in to comment.