diff --git a/CHANGELOG.md b/CHANGELOG.md index f285d7a..47fcad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.2.10](https://github.com/bancolombia/commons-jms/tree/v2.2.10) (2024-06-24) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.9...v2.2.10) + +**Merged pull requests:** + +- fix\(deps\): update dependencies [\#59](https://github.com/bancolombia/commons-jms/pull/59) ([app-toolkit-opensource-innersource[bot]](https://github.com/apps/app-toolkit-opensource-innersource)) + ## [v2.2.9](https://github.com/bancolombia/commons-jms/tree/v2.2.9) (2024-06-21) [Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.8...v2.2.9) @@ -57,7 +65,7 @@ ## [v2.2.3](https://github.com/bancolombia/commons-jms/tree/v2.2.3) (2024-05-03) -[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.0...v2.2.3) +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.2...v2.2.3) **Merged pull requests:** @@ -65,13 +73,13 @@ - fix\(release\): implementing semantic release [\#49](https://github.com/bancolombia/commons-jms/pull/49) ([santicalleg](https://github.com/santicalleg)) - fix\(release\): implementing semantic release [\#47](https://github.com/bancolombia/commons-jms/pull/47) ([santicalleg](https://github.com/santicalleg)) -## [v2.2.0](https://github.com/bancolombia/commons-jms/tree/v2.2.0) (2024-04-18) +## [v2.2.2](https://github.com/bancolombia/commons-jms/tree/v2.2.2) (2024-04-18) -[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.2...v2.2.0) +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.0...v2.2.2) -## [v2.2.2](https://github.com/bancolombia/commons-jms/tree/v2.2.2) (2024-04-18) +## [v2.2.0](https://github.com/bancolombia/commons-jms/tree/v2.2.0) (2024-04-18) -[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.1...v2.2.2) +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.1...v2.2.0) **Merged pull requests:** diff --git a/gradle.properties b/gradle.properties index 955e5b0..72f59fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.2.9 +version=2.2.10 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file