Skip to content

Commit

Permalink
Merge pull request #943 from 3scale/release-3.4.0-beta1
Browse files Browse the repository at this point in the history
release: 3.4.0-beta1
  • Loading branch information
davidor authored Oct 24, 2018
2 parents 2b8115f + 2e642ed commit b92d20c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.4.0-beta1] - 2018-10-24

### Fixed

- Fix `APICAST_PROXY_HTTPS_PASSWORD_FILE` and `APICAST_PROXY_HTTPS_SESSION_REUSE` parameters for Mutual SSL [PR #927](https://github.com/3scale/apicast/pull/927)
Expand Down Expand Up @@ -535,7 +537,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.3.0...HEAD
[Unreleased]: https://github.com/3scale/apicast/compare/v3.4.0-beta1...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
Expand Down Expand Up @@ -563,3 +565,4 @@ expressed might change in future releases.
[3.3.0-cr1]: https://github.com/3scale/apicast/compare/v3.3.0-beta2...v3.3.0-cr1
[3.3.0-cr2]: https://github.com/3scale/apicast/compare/v3.3.0-cr1...v3.3.0-cr2
[3.3.0]: https://github.com/3scale/apicast/compare/v3.3.0-cr2...v3.3.0
[3.4.0-beta1]: https://github.com/3scale/apicast/compare/v3.3.0...v3.4.0-beta1
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.4.0-master"
return "3.4.0-beta1"

0 comments on commit b92d20c

Please sign in to comment.