diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ad8de87..f1ee67749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.1.0-beta1] - 2017-07-21 + ### Added - Ability to configure how to cache backend authorizations [PR #396](https://github.com/3scale/apicast/pull/396) @@ -182,7 +184,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.1.0-beta1...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.1.0-beta2...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 @@ -192,3 +194,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.0.0]: https://github.com/3scale/apicast/compare/v3.0.0-beta3...v3.0.0 [3.1.0-alpha1]: https://github.com/3scale/apicast/compare/v3.0.0...v3.1.0-alpha1 [3.1.0-beta1]: https://github.com/3scale/apicast/compare/v3.1.0-alpha1...v3.1.0-beta1 +[3.1.0-beta2]: https://github.com/3scale/apicast/compare/v3.1.0-beta1...v3.1.0-beta2