From ae52eeab30c9e45af0e37cacb2a1f8d45bcc31f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Pi=C3=B1a?= Date: Fri, 11 Oct 2024 13:53:27 -0500 Subject: [PATCH] upgrading version to 2.3.6 --- CHANGELOG.md | 5 ++++- changelog.lock | 6 +++++- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4238789..6f649b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.6] - 2024-10-11 + ### Security - Update dependencies @@ -230,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Schema registry support -[Unreleased]: https://github.com/sauljabin/kaskade/compare/v2.3.5...HEAD +[Unreleased]: https://github.com/sauljabin/kaskade/compare/v2.3.6...HEAD +[2.3.6]: https://github.com/sauljabin/kaskade/compare/v2.3.5...v2.3.6 [2.3.5]: https://github.com/sauljabin/kaskade/compare/v2.3.4...v2.3.5 [2.3.4]: https://github.com/sauljabin/kaskade/compare/v2.3.3...v2.3.4 [2.3.3]: https://github.com/sauljabin/kaskade/compare/v2.3.2...v2.3.3 diff --git a/changelog.lock b/changelog.lock index ccc81b4..0584ac8 100644 --- a/changelog.lock +++ b/changelog.lock @@ -2,7 +2,11 @@ "repository": "https://github.com/sauljabin/kaskade", "versions": [ { - "version": "Unreleased", + "version": "Unreleased" + }, + { + "version": "2.3.6", + "date": "2024-10-11", "changes": [ { "type": "Security", diff --git a/pyproject.toml b/pyproject.toml index 2b7850c..44bf5dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kaskade" -version = "2.3.5" +version = "2.3.6" description = "kaskade is a terminal user interface for kafka" authors = ["Saúl Piña "] license = "MIT"