Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hentschel <[email protected]>
  • Loading branch information
github-actions[bot] and HorizonNet authored Jul 4, 2024
1 parent c9f9b71 commit b195cf4
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1"
".": "2.2.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.2.2](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.2.1...v2.2.2) (2024-07-04)


### Bug Fixes

* **deps:** bump com.unboundid:unboundid-ldapsdk from 7.0.0 to 7.0.1 ([#568](https://github.com/ultratendency/kafka-ldap-integration/issues/568)) ([1b361cd](https://github.com/ultratendency/kafka-ldap-integration/commit/1b361cd710996cf548f2e56cc6710e05dc119f9f))
* **deps:** Bump org.apache.kafka:kafka_2.13 from 3.7.0 to 3.7.1 ([#578](https://github.com/ultratendency/kafka-ldap-integration/issues/578)) ([f5f6eaa](https://github.com/ultratendency/kafka-ldap-integration/commit/f5f6eaaec77579380277da93cc3be2e8010bb081))

## [2.2.1](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.2.0...v2.2.1) (2024-03-13)


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.1' // x-release-please-version
version '2.2.2' // x-release-please-version

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit b195cf4

Please sign in to comment.