Skip to content

Commit 625dbfb

Browse files
committed
docs(changelog) document changes for v0.11.0
1 parent 1ebf27a commit 625dbfb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

3+
- [v0.11.0](#v0110---20200117)
34
- [v0.10.0](#v0100---20191027)
45
- [v0.9.0](#v090---20190824)
56
- [v0.8.0](#v080---20190821)
@@ -15,6 +16,17 @@
1516
- [0.2.0](#020---20181219)
1617
- [0.1.0](#010---20181201)
1718

19+
## [v0.11.0] - 2020/01/17
20+
21+
### Summary
22+
23+
- This release adds support for Kong 2.0.0.
24+
25+
### Added
26+
27+
- `Threshold` field has been added to Upstream struct.
28+
- `PathHandling` field has been added to Route struct.
29+
1830
## [v0.10.0] - 2019/10/27
1931

2032
### Summary
@@ -211,6 +223,7 @@ authentication credentials in Kong.
211223
releases of Kong since every release of Kong is introducing breaking changes
212224
to the Admin API.
213225

226+
[v0.11.0]: https://github.com/hbagdi/go-kong/compare/v0.10.0...v0.11.0
214227
[v0.10.0]: https://github.com/hbagdi/go-kong/compare/v0.9.0...v0.10.0
215228
[v0.9.0]: https://github.com/hbagdi/go-kong/compare/v0.8.0...v0.9.0
216229
[v0.8.0]: https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0

0 commit comments

Comments
 (0)