Skip to content

Commit

Permalink
chore(aws-lambda) bump version to 3.0.1 (#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 4734b23 commit 7bf5997
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## aws-lambda 3.0.1

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

## aws-lambda 3.0.0

- Renamed from `liamp` to `aws-lambda` to supersede the `aws-lambda` plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong-plugin-aws-lambda"
version = "3.0.0-1"
version = "3.0.1-1"

supported_platforms = {"linux", "macosx"}
source = {
url = "https://github.com/Kong/kong-plugin-aws-lambda/archive/3.0.0.tar.gz",
dir = "kong-plugin-aws-lambda-3.0.0"
url = "https://github.com/Kong/kong-plugin-aws-lambda/archive/3.0.1.tar.gz",
dir = "kong-plugin-aws-lambda-3.0.1"
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/aws-lambda/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ function AWSLambdaHandler:access(conf)
end

AWSLambdaHandler.PRIORITY = 750
AWSLambdaHandler.VERSION = "3.0.0"
AWSLambdaHandler.VERSION = "3.0.1"

return AWSLambdaHandler

0 comments on commit 7bf5997

Please sign in to comment.