Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: post release changelog #343

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ 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).

## [unreleased]
## [2.0.2] 2023-11-06
### Fixed
- `DefaultEntityViewUpdater` to handle receiving double delete events correctly.
- Deleting a `ProcessBinding` will no longer propagate deletion to `Consumer` and `Producer` entities.

## [2.0.1] 2023-11-03
### Changed
- Override nexus plugin to handle Java 17

## [2.0.0] 2023-11-02
### Fixed
- KafkaEventReceiver progress logger will actually log the process during normal application bootstrapping.
Expand Down
Loading