Skip to content

Commit

Permalink
Merge pull request #788 from 3scale/release-3.2.1
Browse files Browse the repository at this point in the history
[release] 3.2.1
  • Loading branch information
mikz authored Jun 26, 2018
2 parents b10609a + 4d33aa7 commit 66e9e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.2.1] - 2018-06-26

### Fixed

Expand Down Expand Up @@ -405,7 +405,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.2.0...HEAD
[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.1...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 @@ -427,3 +427,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[3.2.0-rc1]: https://github.com/3scale/apicast/compare/v3.2.0-beta3...v3.2.0-rc1
[3.2.0-rc2]: https://github.com/3scale/apicast/compare/v3.2.0-rc1...v3.2.0-rc2
[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
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.2.0"
return "3.2.1"

0 comments on commit 66e9e68

Please sign in to comment.