diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a68b40..deee39c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.3.0] 2024-03-12 ### Added - Added `State` property to `KafkaEventReceiver` -## [2.2.2] 2023-02-07 +## [2.2.2] 2024-02-07 ### Bugfix - Correctly cascade deletes from stream to schema when `entityView.exist.check.enabled` is `false`. -## [2.2.1] 2023-01-26 +## [2.2.1] 2024-01-26 ### Bugfix - Using egsp.kafka type to resolve handler for deletion of stream, consumer, consumer binding, producer, producer binding and stream binding entities. -## [2.2.0] 2023-01-24 +## [2.2.0] 2024-01-24 ### Added - stream-registry bom - Adding Configurable property to enable or disable checking if entity exists in EntityView during delete.