From 396c61c5467d43a1f63943ce3bb8027559d7038d Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Tue, 25 Sep 2018 18:38:03 +0200 Subject: [PATCH] release: 3.3.0-cr2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a294cd3..95d9c76ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.3.0-cr2] - 2018-09-25 + ### Fixed - Handles properly policies that raise an error when initialized [PR #911](https://github.com/3scale/apicast/pull/911), [THREESCALE-1332](https://issues.jboss.org/browse/THREESCALE-1332) @@ -498,7 +500,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.3.0-cr1...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-cr2...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 @@ -524,3 +526,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.3.0-beta1]: https://github.com/3scale/apicast/compare/v3.2.1...v3.3.0-beta1 [3.3.0-beta2]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...v3.3.0-beta2 [3.3.0-cr1]: https://github.com/3scale/apicast/compare/v3.3.0-beta2...v3.3.0-cr1 +[3.3.0-cr2]: https://github.com/3scale/apicast/compare/v3.3.0-cr1...v3.3.0-cr2