diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ac6ff..5cf17f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Table of Contents +- [v0.4.0](#v040) +- [v0.3.3](#v033) - [v0.3.2](#v032) +## [v0.4.0] + +> Released 2020/05/27 + +- Bump go-pdk to v0.5.0 + +## [v0.3.3] + +> Released 2020/05/25 + +- Bump go-pdk to v0.4.0 + ## [v0.3.2] > Released 2020/05/11 @@ -14,4 +28,6 @@ [Back to TOC](#table-of-contents) +[v0.4.0]: https://github.com/Kong/go-pluginserver/compare/v0.3.3..v0.4.0 +[v0.3.3]: https://github.com/Kong/go-pluginserver/compare/v0.3.2..v0.3.3 [v0.3.2]: https://github.com/Kong/go-pluginserver/compare/v0.3.1..v0.3.2 diff --git a/go.mod b/go.mod index 0f7d0ec..9f1674b 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/Kong/go-pluginserver go 1.13 require ( - github.com/Kong/go-pdk v0.4.0 + github.com/Kong/go-pdk v0.5.0 github.com/ugorji/go/codec v1.1.7 ) diff --git a/go.sum b/go.sum index 2f29afc..bc253cc 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Kong/go-pdk v0.4.0 h1:Dm3QQYpmv1xVS2+ADoWpqyeo06rGYsWCfGS+/O2P+BM= -github.com/Kong/go-pdk v0.4.0/go.mod h1:SgpwOhzZ7/44ETAm756laAIHGEAp0l2Vf9P0aRzeQDQ= +github.com/Kong/go-pdk v0.5.0 h1:nH9wIQKmNht9gvZXIqWU4vxiaJ59hES40npkmK5rHLQ= +github.com/Kong/go-pdk v0.5.0/go.mod h1:SgpwOhzZ7/44ETAm756laAIHGEAp0l2Vf9P0aRzeQDQ= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=