diff --git a/CHANGELOG.md b/CHANGELOG.md index d78a4232f..17c408f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix `exclusiveMinimum` field for `conn` property in the rate-limit JSON schema [PR #832](https://github.com/3scale/apicast/pull/832) - Skip invalid policies in the policy chain [PR #854](https://github.com/3scale/apicast/pull/854) +## [3.2.1] - 2018-06-26 + +### Fixed + +- Reporting only 50% calls to 3scale backend when using OIDC [PR #779](https://github.com/3scale/apicast/pull/779) + +## [3.2.0] - 2018-06-04 + +3.2.0-rc2 was considered final and became 3.2.0. + ## [3.2.0-rc2] - 2018-05-11 ### Added @@ -455,7 +465,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Major rewrite using JSON configuration instead of code generation. -[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.1...HEAD [2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0 [3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1 [3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2 @@ -476,3 +486,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.2.0-beta3]: https://github.com/3scale/apicast/compare/v3.2.0-beta2...v3.2.0-beta3 [3.2.0-rc1]: https://github.com/3scale/apicast/compare/v3.2.0-beta3...v3.2.0-rc1 [3.2.0-rc2]: https://github.com/3scale/apicast/compare/v3.2.0-rc1...v3.2.0-rc2 +[3.2.0]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...v3.2.0 +[3.2.1]: https://github.com/3scale/apicast/compare/v3.2.0...v3.2.1