diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0e3482..cf354edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Table of Contents +- [v0.70.0](#v0700) +- [v0.69.0](#v0690) - [v0.68.0](#v0680) - [v0.67.0](#v0670) - [v0.66.1](#v0661) @@ -85,15 +87,31 @@ - [0.2.0](#020) - [0.1.0](#010) -## [v0.68.0] +## [v0.70.0] + +> Release date: 2025/11/24 + +- Added `TLSSans` parameter for `Service` + [#585](https://github.com/Kong/go-kong/pull/585) +- Added partials support for `ConsumerGroupPlugin` + [#586](https://github.com/Kong/go-kong/pull/586) + +## [v0.69.0] -> Release date: 2025/09/26 +> Release date: 2025/09/29 - Added `BasicAuthOptions` to allow skipping hashing for BasicAuth passwords. `CreateWithOptions` and `UpdateWitOptions` methods are added for basic-auth for the same. [#576](https://github.com/Kong/go-kong/pull/576) +## [v0.68.0] + +> Release date: 2025/09/15 + +- Added `Failover` parameter to Target + [#574](https://github.com/Kong/go-kong/pull/574) + ## [v0.67.0] > Release date: 2025/05/26 @@ -1081,6 +1099,9 @@ authentication credentials in Kong. releases of Kong since every release of Kong is introducing breaking changes to the Admin API. +[v0.70.0]: https://github.com/Kong/go-kong/compare/v0.69.0...v0.70.0 +[v0.69.0]: https://github.com/Kong/go-kong/compare/v0.68.0...v0.69.0 +[v0.68.0]: https://github.com/Kong/go-kong/compare/v0.67.0...v0.68.0 [v0.67.0]: https://github.com/Kong/go-kong/compare/v0.66.1...v0.67.0 [v0.66.1]: https://github.com/Kong/go-kong/compare/v0.66.0...v0.66.1 [v0.66.0]: https://github.com/Kong/go-kong/compare/v0.65.1...v0.66.0