Skip to content

Commit

Permalink
docs(changelog) document changes for v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Oct 28, 2019
1 parent cdaf7b6 commit a6a841a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v0.10.0](#v0100---20191027)
- [v0.9.0](#v090---20190824)
- [v0.8.0](#v080---20190821)
- [v0.7.0](#v070---20190813)
Expand All @@ -14,6 +15,23 @@
- [0.2.0](#020---20181219)
- [0.1.0](#010---20181201)

## [v0.10.0] - 2019/10/27

### Summary

- This release adds support for Kong 1.4.

### Added

- `HostHeader` field has been added to Upstream struct.
- `Tags` field has been added to the following types:
- `KeyAuth`
- `Basicauth`
- `HMACAuth`
- `Oauth2Credential`
- `ACLGroup`
- `JWTAuth`

## [v0.9.0] - 2019/08/24

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

[v0.10.0]: https://github.com/hbagdi/go-kong/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/hbagdi/go-kong/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/hbagdi/go-kong/compare/v0.6.2...v0.7.0
Expand Down

0 comments on commit a6a841a

Please sign in to comment.