Skip to content

Commit 85e0ef3

Browse files
authored
Merge pull request #866 from 3scale/release-3.3.0-beta2
release: 3.3.0-beta2
2 parents 945a0d9 + 38e9a1d commit 85e0ef3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [3.3.0-beta2] - 2018-09-03
10+
911
## Fixed
1012

1113
- Capture permission errors when searching for files on filesystem [PR #865](https://github.com/3scale/apicast/pull/865)
@@ -471,7 +473,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
471473
### Changed
472474
- Major rewrite using JSON configuration instead of code generation.
473475

474-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...HEAD
476+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-beta2...HEAD
475477
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
476478
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
477479
[3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2
@@ -495,3 +497,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
495497
[3.2.0]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...v3.2.0
496498
[3.2.1]: https://github.com/3scale/apicast/compare/v3.2.0...v3.2.1
497499
[3.3.0-beta1]: https://github.com/3scale/apicast/compare/v3.2.1...v3.3.0-beta1
500+
[3.3.0-beta2]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...v3.3.0-beta2

gateway/src/apicast/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "3.3.0-beta1"
1+
return "3.3.0-beta2"

0 commit comments

Comments
 (0)