From 3d0da380dffd33dc1cf1af5e422fb3b9d9917493 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 10 Oct 2024 13:44:44 +0000 Subject: [PATCH] Update version to 2.3.3 [skip ci] --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e3058..d8240de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.3.3](https://github.com/bancolombia/commons-jms/tree/v2.3.3) (2024-10-10) + +[Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.3.2...v2.3.3) + +**Merged pull requests:** + +- fix\(health\): Add option to disable health indicator for MQ listeners [\#76](https://github.com/bancolombia/commons-jms/pull/76) ([juancgalvis](https://github.com/juancgalvis)) + ## [v2.3.2](https://github.com/bancolombia/commons-jms/tree/v2.3.2) (2024-09-24) [Full Changelog](https://github.com/bancolombia/commons-jms/compare/v2.3.1...v2.3.2) diff --git a/gradle.properties b/gradle.properties index 1d2c2cd..2668af9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.3.2 +version=2.3.3 toPublish=commons-jms-api,commons-jms-utils,commons-jms-mq,commons-jms-http-replier onlyUpdater=true \ No newline at end of file