Skip to content

Commit

Permalink
Merge pull request #1724 from Mashape/release/0.9.3
Browse files Browse the repository at this point in the history
release: 0.9.3
  • Loading branch information
subnetmarco committed Oct 8, 2016
2 parents 14edb34 + 8fe6943 commit a0198c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased][unreleased]

## [0.9.3] - 2016/10/07

### Added

- Added support for Serf 0.8. [#1693](https://github.com/Mashape/kong/pull/1693)

### Fixed

- Properly invalidate global plugins.
[#1723](https://github.com/Mashape/kong/pull/1723)

## [0.9.2] - 2016/09/20

### Fixed
Expand Down Expand Up @@ -744,7 +755,8 @@ First version running with Cassandra.
- CLI `bin/kong` script.
- Database migrations (using `db.lua`).

[unreleased]: https://github.com/mashape/kong/compare/0.9.2...next
[unreleased]: https://github.com/mashape/kong/compare/0.9.3...next
[0.9.3]: https://github.com/mashape/kong/compare/0.9.2...0.9.3
[0.9.2]: https://github.com/mashape/kong/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/mashape/kong/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/mashape/kong/compare/0.8.3...0.9.0
Expand Down
4 changes: 2 additions & 2 deletions kong-0.9.2-0.rockspec → kong-0.9.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.9.2-0"
version = "0.9.3-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.9.2"
tag = "0.9.3"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 0,
minor = 9,
patch = 2,
patch = 3,
pre_release = nil
}, {
__tostring = function(t)
Expand Down

0 comments on commit a0198c1

Please sign in to comment.