Skip to content

Commit

Permalink
Merge pull request #866 from 3scale/release-3.3.0-beta2
Browse files Browse the repository at this point in the history
release: 3.3.0-beta2
  • Loading branch information
davidor authored Sep 3, 2018
2 parents 945a0d9 + 38e9a1d commit 85e0ef3
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.3.0-beta2] - 2018-09-03

## Fixed

- Capture permission errors when searching for files on filesystem [PR #865](https://github.com/3scale/apicast/pull/865)
Expand Down Expand Up @@ -471,7 +473,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.3.0-beta1...HEAD
[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-beta2...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 All @@ -495,3 +497,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[3.2.0]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...v3.2.0
[3.2.1]: https://github.com/3scale/apicast/compare/v3.2.0...v3.2.1
[3.3.0-beta1]: https://github.com/3scale/apicast/compare/v3.2.1...v3.3.0-beta1
[3.3.0-beta2]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...v3.3.0-beta2
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.3.0-beta1"
return "3.3.0-beta2"

0 comments on commit 85e0ef3

Please sign in to comment.