Skip to content

Commit

Permalink
doc: update changelog for 0.21.0 (#84)
Browse files Browse the repository at this point in the history
* doc: update changelog for 0.21.0

* Update CHANGELOG.md

Co-authored-by: Michał Flendrich <michal@flendrich.pro>
  • Loading branch information
Travis Raines and mflendrich authored Aug 26, 2021
1 parent d7c687e commit 2b58f21
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of Contents

- [v0.20.0](#v0200---202100707)
- [v0.21.0](#v0200---20210826)
- [v0.20.0](#v0200---20210707)
- [v0.19.0](#v0190---20210514)
- [v0.18.0](#v0180---20210505)
- [v0.17.0](#v0170---20210405)
Expand All @@ -25,6 +26,18 @@
- [0.2.0](#020---20181219)
- [0.1.0](#010---20181201)

## [v0.21.0] - 2021/08/26

### Added

- oauth2 entities support `hash_secret`.
[#74](https://github.com/Kong/go-kong/pull/74)

### Fixed

- Plugin validation checks against the correct status code.
[#81](https://github.com/Kong/go-kong/pull/81)

## [v0.20.0] - 2021/07/07

### Added
Expand Down Expand Up @@ -361,6 +374,7 @@ authentication credentials in Kong.
releases of Kong since every release of Kong is introducing breaking changes
to the Admin API.

[v0.21.0]: https://github.com/Kong/go-kong/compare/v0.20.0...v0.21.0
[v0.20.0]: https://github.com/Kong/go-kong/compare/v0.19.0...v0.20.0
[v0.19.0]: https://github.com/Kong/go-kong/compare/v0.18.0...v0.19.0
[v0.18.0]: https://github.com/Kong/go-kong/compare/v0.17.0...v0.18.0
Expand Down

0 comments on commit 2b58f21

Please sign in to comment.