Skip to content

Commit

Permalink
chore(azure-functions) bump version to 0.4.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored and kikito committed Nov 13, 2019
1 parent b862437 commit fe1c5ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ for details on installation and usage.

# History

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

0.4.0
- Fix #7 (run_on in schema should be in toplevel fields table)
- Remove BasePlugin inheritance (not needed anymore)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "kong-plugin-azure-functions"
version = "0.4.0-1"
version = "0.4.1-1"
source = {
url = "git://github.com/kong/kong-plugin-azure-functions",
tag = "0.4.0"
tag = "0.4.1"
}
description = {
summary = "This plugin allows Kong to invoke Azure functions.",
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/azure-functions/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

local azure = {
PRIORITY = 749,
VERSION = "0.4.0",
VERSION = "0.4.1",
}


Expand Down

0 comments on commit fe1c5ac

Please sign in to comment.