Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2023-10-17)

### Bug Fixes

* **specUpdate:** bug fix in KafkaEncryptionHelper#aesEncryptedPayloadOfKafka - it used the wrong IV variable ([94c6378](94c6378))
  • Loading branch information
semantic-release-bot committed Oct 17, 2023
1 parent 94c6378 commit d03d8d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/otto-de/kafka-messaging-e2ee/compare/v2.1.0...v2.1.1) (2023-10-17)


### Bug Fixes

* **specUpdate:** bug fix in KafkaEncryptionHelper#aesEncryptedPayloadOfKafka - it used the wrong IV variable ([94c6378](https://github.com/otto-de/kafka-messaging-e2ee/commit/94c63786643d9e187e2d8d7c26657f62623cf8e7))

# [2.1.0](https://github.com/otto-de/kafka-messaging-e2ee/compare/v2.0.1...v2.1.0) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.1.0
version = 2.1.1

0 comments on commit d03d8d4

Please sign in to comment.