Skip to content

Commit

Permalink
release v3.2.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Nov 14, 2017
1 parent 0845118 commit a00b92e
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.2.0-alpha1]

## Added

- Experimental option for true out of band reporting (`APICAST_REPORTING_WORKERS`) [PR #290](https://github.com/3scale/apicast/pull/290)
Expand Down Expand Up @@ -242,7 +244,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/3.1-stable...HEAD
[Unreleased]: https://github.com/3scale/apicast/compare/3.2.0-alpha1...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 @@ -256,3 +258,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[3.1.0-rc1]: https://github.com/3scale/apicast/compare/v3.1.0-beta2...v3.1.0-rc1
[3.1.0-rc2]: https://github.com/3scale/apicast/compare/v3.1.0-rc1...v3.1.0-rc2
[3.1.0]: https://github.com/3scale/apicast/compare/v3.1.0-rc2...v3.1.0
[3.2.0-alpha1]: https://github.com/3scale/apicast/compare/v3.1.0...v3.2.0-alpha1
2 changes: 1 addition & 1 deletion apicast/src/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "3.0.0-pre"
return "3.2.0-alpha1"

0 comments on commit a00b92e

Please sign in to comment.