Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 22, 2016
1 parent 4720b7b commit c35d617
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased][unreleased]

## [0.6.0] - 2016/01/22

### Breaking changes

We would recommended to consult the suggested [0.6 upgrade path](https://github.com/Mashape/kong/blob/master/UPGRADE.md#upgrade-to-06x) for this release.
Expand Down
6 changes: 3 additions & 3 deletions kong-0.6.0rc3-1.rockspec → kong-0.6.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.6.0rc3-1"
version = "0.6.0-1"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.6.0rc3"
tag = "0.6.0"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down Expand Up @@ -246,4 +246,4 @@ build = {
conf = { "kong.yml" },
bin = { "bin/kong" }
}
}
}
4 changes: 2 additions & 2 deletions kong/constants.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local VERSION = "0.6.0rc3"
local VERSION = "0.6.0"

return {
NAME = "kong",
Expand Down Expand Up @@ -32,7 +32,7 @@ return {
"ssl", "jwt", "acl", "cors", "oauth2", "tcp-log", "udp-log", "file-log",
"http-log", "key-auth", "hmac-auth", "basic-auth", "ip-restriction",
"mashape-analytics", "request-transformer", "response-transformer",
"request-size-limiting", "rate-limiting", "response-ratelimiting", "syslog",
"request-size-limiting", "rate-limiting", "response-ratelimiting", "syslog",
"loggly", "datadog"
},
-- Non standard headers, specific to Kong
Expand Down

0 comments on commit c35d617

Please sign in to comment.