From ae62a63c30a64e74fee090e486c468e483f9cb39 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 30 Aug 2024 15:25:33 +0000 Subject: [PATCH] Update version to 2.2.18 [skip ci] --- CHANGELOG.md | 18 +++++++++++++----- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35064e2..be4bf0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.2.18](https://github.com/bancolombia/commons-jms/tree/v2.2.18) (2024-08-30) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.17...v2.2.18) + +**Merged pull requests:** + +- fix\(deps\): update dependencies [\#70](https://github.com/bancolombia/commons-jms/pull/70) ([app-toolkit-opensource-innersource[bot]](https://github.com/apps/app-toolkit-opensource-innersource)) + ## [v2.2.17](https://github.com/bancolombia/commons-jms/tree/v2.2.17) (2024-08-23) [Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.16...v2.2.17) @@ -124,7 +132,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:** @@ -132,13 +140,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 7a4e395..0d670f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.2.17 +version=2.2.18 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file