Skip to content

Commit 66e9e68

Browse files
authored
Merge pull request #788 from 3scale/release-3.2.1
[release] 3.2.1
2 parents b10609a + 4d33aa7 commit 66e9e68

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [3.2.1] - 2018-06-26
88

99
### Fixed
1010

@@ -405,7 +405,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
405405
### Changed
406406
- Major rewrite using JSON configuration instead of code generation.
407407

408-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.0...HEAD
408+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.2.1...HEAD
409409
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
410410
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
411411
[3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2
@@ -427,3 +427,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
427427
[3.2.0-rc1]: https://github.com/3scale/apicast/compare/v3.2.0-beta3...v3.2.0-rc1
428428
[3.2.0-rc2]: https://github.com/3scale/apicast/compare/v3.2.0-rc1...v3.2.0-rc2
429429
[3.2.0]: https://github.com/3scale/apicast/compare/v3.2.0-rc2...v3.2.0
430+
[3.2.1]: https://github.com/3scale/apicast/compare/v3.2.0...v3.2.1

gateway/src/apicast/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "3.2.0"
1+
return "3.2.1"

0 commit comments

Comments
 (0)