From a1731150819f2dbe0fcdf2a77e331d33bfa733a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:24:40 +0100 Subject: [PATCH] chore(main): release 2.2.1 (#496) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Hentschel --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf28..11ee94fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 094108b3..4ccbf4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.2.0...v2.2.1) (2024-03-13) + + +### Bug Fixes + +* **deps:** bump com.unboundid:unboundid-ldapsdk from 6.0.11 to 7.0.0 ([#493](https://github.com/ultratendency/kafka-ldap-integration/issues/493)) ([32434c4](https://github.com/ultratendency/kafka-ldap-integration/commit/32434c4889ef6e141c72a909951298a837424582)) + ## [2.2.0](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.1.1...v2.2.0) (2024-02-27) diff --git a/build.gradle b/build.gradle index 7ca8ed37..bad06421 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ plugins { } group 'com.ultratendency.kafka.ldap' -version '2.2.0' // x-release-please-version +version '2.2.1' // x-release-please-version java { sourceCompatibility = JavaVersion.VERSION_21