diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d0cd05f..dd04c470b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.27.0](#v1270) - [v1.26.1](#v1261) - [v1.26.0](#v1260) - [v1.25.0](#v1250) @@ -64,6 +65,20 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.27.0] + +> Release date: 2023/09/25 + +### Added + +- Add `--konnect-control-plane-name` flag and deprecate `--konnect-runtime-group-name` + [#1000](https://github.com/Kong/deck/pull/1000) + +### Fixes + +- Bumped `go-apiops` to `v0.1.21` to include various fixes on APIOps functionality + [#1029](https://github.com/Kong/deck/pull/1029) + ## [v1.26.1] > Release date: 2023/09/07 @@ -1358,6 +1373,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[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 [v1.25.0]: https://github.com/kong/deck/compare/v1.24.0...v1.25.0