From 4a89a035dc444c3517aaef68fe6f3b4efe8fa13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Sun, 30 Apr 2023 13:40:56 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5592d9c..0377d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +None + +## [v1.2.0] - 2023-04-30 - Added support for username & password authentication (plaintext SASL) - Added support for client certificate authentication (TLS) - Significantly improve query performance of `kafkactl get topics`, thus making it an option for larger Kafka clusters @@ -22,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [Unreleased]: https://github.com/fgrosse/kafkactl/compare/v1.2.0...HEAD +[v1.2.0]: https://github.com/fgrosse/kafkactl/compare/v1.1.0...v1.2.0 [v1.1.0]: https://github.com/fgrosse/kafkactl/compare/v1.0.0...v1.1.0 [v1.0.0]: https://github.com/fgrosse/kafkactl/releases/tag/v1.0.0