From 0ac3f7009a69629443c1a96fddc5eaf1c1364adc Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Tue, 20 Mar 2018 14:57:17 +0100 Subject: [PATCH] release: v3.2.0-beta3 --- CHANGELOG.md | 5 +++-- gateway/src/apicast/version.lua | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5590ecc35..db79cc1b1 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-beta3] - 2018-03-20 ### Fixed @@ -362,7 +362,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-beta2...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.0-beta3...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 @@ -380,3 +380,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [3.2.0-alpha2]: https://github.com/3scale/apicast/compare/v3.2.0-alpha1...v3.2.0-alpha2 [3.2.0-beta1]: https://github.com/3scale/apicast/compare/v3.2.0-alpha2...v3.2.0-beta1 [3.2.0-beta2]: https://github.com/3scale/apicast/compare/v3.2.0-beta1...v3.2.0-beta2 +[3.2.0-beta3]: https://github.com/3scale/apicast/compare/v3.2.0-beta2...v3.2.0-beta3 diff --git a/gateway/src/apicast/version.lua b/gateway/src/apicast/version.lua index eb555ae74..71769ad75 100644 --- a/gateway/src/apicast/version.lua +++ b/gateway/src/apicast/version.lua @@ -1 +1 @@ -return "3.2.0-beta2" +return "3.2.0-beta3"