diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a93541..4f3e01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v5.1.3](https://github.com/reactive-commons/reactive-commons-java/tree/v5.1.3) (2024-12-27) + +[Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.1.2...v5.1.3) + +**Closed issues:** + +- Compile error message when using reactive-commons-java and Spring Boot [\#93](https://github.com/reactive-commons/reactive-commons-java/issues/93) + +**Merged pull requests:** + +- fix\(docs\): Update docs for secret filler and log when rabbit connection error [\#127](https://github.com/reactive-commons/reactive-commons-java/pull/127) ([juancgalvis](https://github.com/juancgalvis)) + ## [v5.1.2](https://github.com/reactive-commons/reactive-commons-java/tree/v5.1.2) (2024-12-14) [Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.1.2-beta...v5.1.2) diff --git a/gradle.properties b/gradle.properties index 95478f6..faf88fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=5.1.2 +version=5.1.3 toPublish=domain-events-api,async-commons-api,async-commons,shared-starter,async-rabbit,async-commons-rabbit-standalone,async-commons-rabbit-starter,async-kafka,async-kafka-starter,async-commons-starter onlyUpdater=true \ No newline at end of file