Skip to content

Commit a6a841a

Browse files
committed
docs(changelog) document changes for v0.10.0
1 parent cdaf7b6 commit a6a841a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [v0.10.0](#v0100---20191027)
34
- [v0.9.0](#v090---20190824)
45
- [v0.8.0](#v080---20190821)
56
- [v0.7.0](#v070---20190813)
@@ -14,6 +15,23 @@
1415
- [0.2.0](#020---20181219)
1516
- [0.1.0](#010---20181201)
1617

18+
## [v0.10.0] - 2019/10/27
19+
20+
### Summary
21+
22+
- This release adds support for Kong 1.4.
23+
24+
### Added
25+
26+
- `HostHeader` field has been added to Upstream struct.
27+
- `Tags` field has been added to the following types:
28+
- `KeyAuth`
29+
- `Basicauth`
30+
- `HMACAuth`
31+
- `Oauth2Credential`
32+
- `ACLGroup`
33+
- `JWTAuth`
34+
1735
## [v0.9.0] - 2019/08/24
1836

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

214+
[v0.10.0]: https://github.com/hbagdi/go-kong/compare/v0.9.0...v0.10.0
196215
[v0.9.0]: https://github.com/hbagdi/go-kong/compare/v0.8.0...v0.9.0
197216
[v0.8.0]: https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0
198217
[v0.7.0]: https://github.com/hbagdi/go-kong/compare/v0.6.2...v0.7.0

0 commit comments

Comments
 (0)