diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c9dee..877f737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.2.13](https://github.com/bancolombia/commons-jms/tree/v2.2.13) (2024-07-08) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.12...v2.2.13) + +**Merged pull requests:** + +- fix\(selector\): Add getter to use listener externally [\#64](https://github.com/bancolombia/commons-jms/pull/64) ([maocq](https://github.com/maocq)) +- fix\(deps\): update dependencies [\#63](https://github.com/bancolombia/commons-jms/pull/63) ([app-toolkit-opensource-innersource[bot]](https://github.com/apps/app-toolkit-opensource-innersource)) + ## [v2.2.12](https://github.com/bancolombia/commons-jms/tree/v2.2.12) (2024-07-04) [Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.11...v2.2.12) diff --git a/gradle.properties b/gradle.properties index 0fd1859..e110fa8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.2.12 +version=2.2.13 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file