From 392602066c6bad6eb52663997d4b48530a34286a Mon Sep 17 00:00:00 2001 From: James Faulkner Date: Tue, 28 Nov 2023 15:50:56 +0000 Subject: [PATCH] chore: Update the changelog (#346) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398d32247..d45a3488c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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.1.2] +### No change [DO NOT USE] + +## [2.1.1] +### No change [DO NOT USE] + +## [2.1.0] 2023-11-27 ### Changed - Removed the `cli` module. It is no longer recommended to directly interact with the underlying Kafka topic (and hasn't been since cascading deletes were introduced).