From 67efd6543a64f85af8c51df7f2ee87508b1794c5 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 3 Sep 2025 21:45:02 +0200 Subject: [PATCH] Bump version to 0.30.2 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c12cc0..c44e19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.30.2] - 2025-09-03 + +- Change deprecated struct update syntax (#144 @rockneurotiko) + ## [0.30.1] - 2025-03-05 - Fix missing `Config.registry_ssl_opts/0` function, overlooked in #134 (#143 @strech) @@ -54,6 +58,7 @@ - Add runtime config resolution for Avrora.Client (#92, @strech) +[0.30.2]: https://github.com/Strech/avrora/releases/tag/v0.30.2 [0.30.1]: https://github.com/Strech/avrora/releases/tag/v0.30.1 [0.30.0]: https://github.com/Strech/avrora/releases/tag/v0.30.0 [0.29.2]: https://github.com/Strech/avrora/releases/tag/v0.29.2 diff --git a/mix.exs b/mix.exs index 9122408..60cf447 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Avrora.MixProject do use Mix.Project - @version "0.30.1" + @version "0.30.2" def project do [