From 4945dec7f75afad807e5b6576ac20222f70f3c55 Mon Sep 17 00:00:00 2001 From: Gerard Klijs Date: Sun, 16 Jun 2024 10:40:29 +0200 Subject: [PATCH] Prepare new release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07ad09a..2ba8464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schema_registry_converter" -version = "4.0.0" +version = "4.1.0" authors = ["Gerard Klijs "] include = ["src/**/*", "Cargo.toml"] description = "Encode/decode data from/to kafka using the Confluent Schema Registry"