Skip to content

Commit

Permalink
Release 3.7.0-CR2
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Nov 7, 2019
1 parent 33643ce commit 5045eaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0-cr2]- 2019-11-07

- Fix exception if api_backend is null [THREESCALE-3869](https://issues.jboss.org/browse/THREESCALE-3869) [PR #1136](https://github.com/3scale/APIcast/pull/1136)

## [3.7.0-cr1]- 2019-11-04

### Added
Expand All @@ -12,7 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Return 404 back if the upstream is not defined [THREESCALE-3775](https://issues.jboss.org/browse/THREESCALE-3775) [PR #1129](https://github.com/3scale/APIcast/pull/1129)

## [3.7.0-beta2]- 2019-10-16
- Fix exception if api_backend is null [THREESCALE-3869](https://issues.jboss.org/browse/THREESCALE-3869) [PR #1136](https://github.com/3scale/APIcast/pull/1136)

### Added

Expand All @@ -25,7 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


## [3.7.0-beta1]- 2019-09-13
## [Unreleased]

### Added

Expand Down Expand Up @@ -743,3 +745,4 @@ expressed might change in future releases.
[3.7.0-beta1]: https://github.com/3scale/apicast/compare/v3.6.0...v3.7.0-beta1
[3.7.0-beta2]: https://github.com/3scale/apicast/compare/v3.7.0-beta1...v3.7.0-beta2
[3.7.0-cr1]: https://github.com/3scale/apicast/compare/v3.7.0-beta2...v3.7.0-cr1
[3.7.0-cr2]: https://github.com/3scale/apicast/compare/v3.7.0-cr1...v3.7.0-cr2

0 comments on commit 5045eaf

Please sign in to comment.