Skip to content

Commit 50b063b

Browse files
authored
Merge pull request #863 from 3scale/release-3.3.0-beta1
release: 3.3.0-beta1
2 parents 9be5ad9 + 3eda98d commit 50b063b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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-beta1] - 2018-08-31
10+
911
### Added
1012

1113
- OpenTracing support [PR #669](https://github.com/3scale/apicast/pull/669), [THREESCALE-1159](https://issues.jboss.org/browse/THREESCALE-1159)
@@ -465,7 +467,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
465467
### Changed
466468
- Major rewrite using JSON configuration instead of code generation.
467469

468-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.1...HEAD
470+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.3.0-beta1...HEAD
469471
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
470472
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
471473
[3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2
@@ -488,3 +490,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
488490
[3.2.0-rc2]: https://github.com/3scale/apicast/compare/v3.2.0-rc1...v3.2.0-rc2
489491
[3.2.0]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...v3.2.0
490492
[3.2.1]: https://github.com/3scale/apicast/compare/v3.2.0...v3.2.1
493+
[3.3.0-beta1]: https://github.com/3scale/apicast/compare/v3.2.1...v3.3.0-beta1

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-master"
1+
return "3.3.0-beta1"

0 commit comments

Comments
 (0)