diff --git a/CHANGELOG.md b/CHANGELOG.md index 86405717d..7c557cf2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [3.2.0-alpha2] - 2017-11-30 ## Added @@ -268,7 +268,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-alpha1...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.0-alpha2...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 @@ -283,3 +283,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.1.0-rc2]: https://github.com/3scale/apicast/compare/v3.1.0-rc1...v3.1.0-rc2 [3.1.0]: https://github.com/3scale/apicast/compare/v3.1.0-rc2...v3.1.0 [3.2.0-alpha1]: https://github.com/3scale/apicast/compare/v3.1.0...v3.2.0-alpha1 +[3.2.0-alpha2]: https://github.com/3scale/apicast/compare/v3.2.0-alpha1...v3.2.0-alpha2 diff --git a/gateway/src/apicast/version.lua b/gateway/src/apicast/version.lua index e2a1aea40..34b8b9bcc 100644 --- a/gateway/src/apicast/version.lua +++ b/gateway/src/apicast/version.lua @@ -1 +1 @@ -return "3.2.0-alpha1" +return "3.2.0-alpha2"