Skip to content

Commit

Permalink
chore(main): release 2.2.1 (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Hentschel <[email protected]>
  • Loading branch information
github-actions[bot] and HorizonNet authored Mar 13, 2024
1 parent 53be0da commit a173115
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.2.0"
".": "2.2.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.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)


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.2.0' // x-release-please-version
version '2.2.1' // x-release-please-version

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit a173115

Please sign in to comment.