diff --git a/CHANGELOG.md b/CHANGELOG.md index a8faf8d..dcab6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.2.15](https://github.com/bancolombia/commons-jms/tree/v2.2.15) (2024-08-01) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.14...v2.2.15) + +**Merged pull requests:** + +- fix\(selector\): Add getter to use listener externally [\#68](https://github.com/bancolombia/commons-jms/pull/68) ([maocq](https://github.com/maocq)) + ## [v2.2.14](https://github.com/bancolombia/commons-jms/tree/v2.2.14) (2024-07-20) [Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.13...v2.2.14) diff --git a/gradle.properties b/gradle.properties index f26df51..eff81da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.2.14 +version=2.2.15 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file