From c589a3a077916276e63540d307bbeeec74261047 Mon Sep 17 00:00:00 2001 From: Gabriele Gerbino Date: Wed, 27 Sep 2023 12:22:38 +0200 Subject: [PATCH] chore: bump changelog for v1.27.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd04c470b..a45bea79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.27.1](#v1271) - [v1.27.0](#v1270) - [v1.26.1](#v1261) - [v1.26.0](#v1260) @@ -65,6 +66,18 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.27.1] + +> Release date: 2023/09/27 + +### Fixes + +- Fix inconsistency when managing multiple consumers having equal `username` and `custom_id` fields. + [#1037](https://github.com/Kong/deck/pull/1037) +- Correct a bug preventing the deprecated `--konnect-runtime-group-name` flag to work properly. + [#1036](https://github.com/Kong/deck/pull/1036) + + ## [v1.27.0] > Release date: 2023/09/25 @@ -1373,6 +1386,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.27.1]: https://github.com/kong/deck/compare/v1.27.0...v1.27.1 [v1.27.0]: https://github.com/kong/deck/compare/v1.26.1...v1.27.0 [v1.26.1]: https://github.com/kong/deck/compare/v1.26.0...v1.26.1 [v1.26.0]: https://github.com/kong/deck/compare/v1.25.0...v1.26.0