Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 3scale/APIcast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0-beta1
Choose a base ref
..
head repository: 3scale/APIcast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.0
Choose a head ref
Showing with 6 additions and 1 deletion.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 gateway/src/apicast/version.lua
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ 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.9.0] 2020-08-17

No issues found on beta1,so becames final release.

## [3.9.0-beta1] 2020-07-17

### Fixed
@@ -826,3 +830,4 @@ expressed might change in future releases.
[3.8.0]: https://github.com/3scale/apicast/compare/v3.8.0-cr1...v3.8.0
[3.9.0-alpha1]: https://github.com/3scale/apicast/compare/v3.8.0...v3.9.0-alpha1
[3.9.0-beta1]: https://github.com/3scale/apicast/compare/v3.9.0-alpha1..v3.9.0-beta1
[3.9.0]: https://github.com/3scale/apicast/compare/v3.9.0-beta1..v3.9.0
2 changes: 1 addition & 1 deletion gateway/src/apicast/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "3.9.0-beta1"
return "3.9.0"