Skip to content

Commit

Permalink
Bump to 0.8.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Apr 7, 2016
1 parent b1bf822 commit a57d0c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This release includes support for PostgreSQL as Kong's primary datastore!
- Plugins
- JWT: add support for RS256 signed tokens thanks to [@kdstew](https://github.com/kdstew)! [#1053](https://github.com/Mashape/kong/pull/1053)
- Galileo (mashape-analytics): increase batch sending timeout to 30s. [#1091](https://github.com/Mashape/kong/pull/1091)
- Added `ttl_on_failure` option in the cluster configuration, to configure the TTL of failed nodes. [#1125](https://github.com/Mashape/kong/pull/1125)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions kong-0.8.0rc1-0.rockspec → kong-0.8.0rc2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.8.0rc1-0"
version = "0.8.0rc2-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.8.0rc1"
tag = "0.8.0rc2"
}
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/constants.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local VERSION = "0.8.0rc1"
local VERSION = "0.8.0rc2"

return {
NAME = "kong",
Expand Down

0 comments on commit a57d0c3

Please sign in to comment.