From e2154470103487bd11da16b2a00fea43ad844708 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Mon, 4 Jun 2018 11:21:59 +0200 Subject: [PATCH] release: 3.2.0 --- CHANGELOG.md | 7 ++++++- gateway/src/apicast/version.lua | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 874ab2f65..270b4d7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [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 @@ -397,7 +401,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.0...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 @@ -418,3 +422,4 @@ 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 diff --git a/gateway/src/apicast/version.lua b/gateway/src/apicast/version.lua index c14562c47..2e738ae65 100644 --- a/gateway/src/apicast/version.lua +++ b/gateway/src/apicast/version.lua @@ -1 +1 @@ -return "3.2.0-rc2" +return "3.2.0"