Skip to content

Commit

Permalink
chore(request-transformer) bump version to 1.2.4 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored and kikito committed Nov 13, 2019
1 parent ce09dc1 commit 43d266f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.2.4

### Changed

- Remove the no-longer supported `run_on` field from plugin config schema

### Fixed

- None

## 1.2.3

### Changed

- Allow rendering values stored in `kong.ctx.shared` from the template renderer environment

### Fixed

- Fixed bug on adding a header with the same name as a removed one doesn't behave correctly

## 1.2.2

### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-plugin-request-transformer"
version = "1.2.3-0"
version = "1.2.4-0"

source = {
url = "git://github.com/Kong/kong-plugin-request-transformer",
tag = "1.2.3"
tag = "1.2.4"
}

supported_platforms = {"linux", "macosx"}
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/request-transformer/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local access = require "kong.plugins.request-transformer.access"


local RequestTransformerHandler = {
VERSION = "1.2.3",
VERSION = "1.2.4",
PRIORITY = 801,
}

Expand Down

0 comments on commit 43d266f

Please sign in to comment.