Skip to content

Commit

Permalink
chore(main): release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Dec 5, 2024
1 parent 1711d09 commit 60e248e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0"
".": "2.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.1](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.4.0...v2.4.1) (2024-12-05)


### Bug Fixes

* **deps:** bump com.unboundid:unboundid-ldapsdk from 7.0.1 to 7.0.2 ([#700](https://github.com/ultratendency/kafka-ldap-integration/issues/700)) ([1711d09](https://github.com/ultratendency/kafka-ldap-integration/commit/1711d093cb397041f1aa1c0ec811d7b00d809197))

## [2.4.0](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.3.0...v2.4.0) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
}

group 'com.ultratendency.kafka.ldap'
version '2.4.0' // x-release-please-version
version '2.4.1' // x-release-please-version

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 60e248e

Please sign in to comment.