From 05201a9d7df69742858d0121bd4b0815371d1f72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Sep 2023 18:25:24 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/otto-de/kafka-messaging-e2ee/compare/v1.0.1...v2.0.0) (2023-09-21) ### Bug Fixes * **init:** rename java package from "de.otto.messaging.kafka.e2ee" to "de.otto.kafka.messaging.e2ee" so it matches the artifactId ([b69f69d](https://github.com/otto-de/kafka-messaging-e2ee/commit/b69f69dcf56ae91f316337a9b42627f8d43aa5b3)) ### BREAKING CHANGES * **init:** package names have changed to "de.otto.kafka.messaging.e2ee" --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33260dc..43058e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/otto-de/kafka-messaging-e2ee/compare/v1.0.1...v2.0.0) (2023-09-21) + + +### Bug Fixes + +* **init:** rename java package from "de.otto.messaging.kafka.e2ee" to "de.otto.kafka.messaging.e2ee" so it matches the artifactId ([b69f69d](https://github.com/otto-de/kafka-messaging-e2ee/commit/b69f69dcf56ae91f316337a9b42627f8d43aa5b3)) + + +### BREAKING CHANGES + +* **init:** package names have changed to "de.otto.kafka.messaging.e2ee" + ## [1.0.1](https://github.com/otto-de/kafka-messaging-e2ee/compare/v1.0.0...v1.0.1) (2023-09-21) diff --git a/gradle.properties b/gradle.properties index c518c53..f185967 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version = 1.0.1 +version = 2.0.0