diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d5ef8..69b5fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.1](https://github.com/beam-community/avro_ex/compare/v2.2.0...v2.2.1) (2026-05-19) + + +### Bug Fixes + +* Replace stordco/actions-sync with beam-community/actions-sync ([#108](https://github.com/beam-community/avro_ex/issues/108)) ([23d1ec0](https://github.com/beam-community/avro_ex/commit/23d1ec03173fa186d418b16be307c9233c81243c)) +* Upgrade deprecated GitHub Actions to v4 ([#105](https://github.com/beam-community/avro_ex/issues/105)) ([67c3909](https://github.com/beam-community/avro_ex/commit/67c39093bf5cffaf09fdea617496cce3cbadf969)) + ## v2.2.0 - July 31st, 2024 ### Added diff --git a/mix.exs b/mix.exs index c90486f..dc3bd54 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AvroEx.Mixfile do use Mix.Project @url "http://github.com/beam-community/avro_ex" - @version "2.2.0" + @version "2.2.1" def project do [