diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf17f2..4ce36d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Table of Contents +- [v0.5.0](#v050) - [v0.4.0](#v040) - [v0.3.3](#v033) - [v0.3.2](#v032) +## [v0.5.0] + +> Released 2020/06/17 + +- Add support for Header and Body filter phases, allowing manipulation of + response data + ## [v0.4.0] > Released 2020/05/27 @@ -28,6 +36,7 @@ [Back to TOC](#table-of-contents) +[v0.5.0]: https://github.com/Kong/go-pluginserver/compare/v0.4.0..v0.5.0 [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