From 79ccc2b20e0aafdb75df95ebe37add86d1bc6544 Mon Sep 17 00:00:00 2001 From: Jacopo Farina Date: Mon, 9 Dec 2024 15:59:15 +0100 Subject: [PATCH] Prepare release 0.2.0 --- CHANGELOG.md | 6 ++++++ kafka_schema_registry/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'