diff --git a/CHANGELOG.md b/CHANGELOG.md index 884a635..1292044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] -- YYYY-MM-DD +## [0.2.0] -- 2024-12-09 + +* Update dependencies +* Show the raw response in case of JSON errors from th registry + + ## [0.1.2] -- 2022-07-13 * Pass per-topic config (used when created a topic) as a dedicated variable, not as part of the Client configs diff --git a/kafka_schema_registry/version.py b/kafka_schema_registry/version.py index 8e98a8e..8bf44c8 100644 --- a/kafka_schema_registry/version.py +++ b/kafka_schema_registry/version.py @@ -1 +1 @@ -__VERSION__ = '0.1.2' +__VERSION__ = '0.2.0'