From 825a7736e78aba09457b22d4d39b7b3131ffe6e8 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 9 Aug 2024 12:42:38 +0000 Subject: [PATCH] Update version to 2.2.16 [skip ci] --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcab6d9..0851617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.2.16](https://github.com/bancolombia/commons-jms/tree/v2.2.16) (2024-08-09) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.2.15...v2.2.16) + +**Merged pull requests:** + +- fix\(deps\): update dependencies [\#67](https://github.com/bancolombia/commons-jms/pull/67) ([app-toolkit-opensource-innersource[bot]](https://github.com/apps/app-toolkit-opensource-innersource)) + ## [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) diff --git a/gradle.properties b/gradle.properties index eff81da..eba4ec7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.2.15 +version=2.2.16 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file