Skip to content

Commit 42ce35d

Browse files
committed
docs(changelog) document changes for v0.8.0
1 parent 5d2ed4f commit 42ce35d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

3+
- [v0.8.0](#v080---20190821)
34
- [v0.7.0](#v070---20190813)
45
- [v0.6.2](#v062---20190809)
56
- [v0.6.1](#v061---20190809)
@@ -12,6 +13,14 @@
1213
- [0.2.0](#020---20181219)
1314
- [0.1.0](#010---20181201)
1415

16+
## [v0.8.0] - 2019/08/21
17+
18+
### Added
19+
20+
- Oauth2Credential type and service has been added
21+
which can be used to create Oauth2 credentials in Kong for some
22+
Oauth2 flows.
23+
1524
## [v0.7.0] - 2019/08/13
1625

1726
### Summary
@@ -165,6 +174,7 @@ authentication credentials in Kong.
165174
releases of Kong since every release of Kong is introducing breaking changes
166175
to the Admin API.
167176

177+
[v0.8.0]: https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0
168178
[v0.7.0]: https://github.com/hbagdi/go-kong/compare/v0.6.2...v0.7.0
169179
[v0.6.2]: https://github.com/hbagdi/go-kong/compare/v0.6.1...v0.6.2
170180
[v0.6.1]: https://github.com/hbagdi/go-kong/compare/v0.6.0...v0.6.1

0 commit comments

Comments
 (0)