From 54322522ef02eb7a8130c3bde89eec06e96e160e Mon Sep 17 00:00:00 2001 From: Eloy Coto Date: Tue, 18 Feb 2020 18:23:50 +0100 Subject: [PATCH] Release 3.8.0-alpha2 Signed-off-by: Eloy Coto --- CHANGELOG.md | 8 +++++--- gateway/src/apicast/version.lua | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d939c98..0c71976c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ 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/). -## [3.8.0-alpha1] - 2019-01-31 +## [3.8.0-alpha2] - 2019-02-18 ### Fixed: - Check status is bigger than zero on caching policy [THREESCALE-4471](https://issues.jboss.org/browse/THREESCALE-4471) [PR #1163](https://github.com/3scale/APIcast/pull/1163) -## [3.7.0-alpha1] + +## [3.8.0-alpha1] - 2019-01-31 ### Added @@ -737,7 +738,7 @@ expressed might change in future releases. ### Changed - Major rewrite using JSON configuration instead of code generation. -[Unreleased]: https://github.com/3scale/apicast/compare/v3.8.0-alpha1...HEAD +[Unreleased]: https://github.com/3scale/apicast/compare/v3.8.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 @@ -783,3 +784,4 @@ expressed might change in future releases. [3.7.0-cr2]: https://github.com/3scale/apicast/compare/v3.7.0-cr1...v3.7.0-cr2 [3.7.0]: https://github.com/3scale/apicast/compare/v3.7.0-cr2...v3.7.0 [3.8.0-alpha1]: https://github.com/3scale/apicast/compare/v3.7.0...v3.8.0-alpha1 +[3.8.0-alpha2]: https://github.com/3scale/apicast/compare/v3.8.0-alpha1...v3.8.0-alpha2 diff --git a/gateway/src/apicast/version.lua b/gateway/src/apicast/version.lua index 7381c8583..9a4ef014e 100644 --- a/gateway/src/apicast/version.lua +++ b/gateway/src/apicast/version.lua @@ -1 +1 @@ -return "3.8.0-alpha1" +return "3.8.0-alpha2"