Skip to content

Commit

Permalink
chore(session) (#18)
Browse files Browse the repository at this point in the history
### Summary

Release 2.4.0 that also bumps `lua-resty-session` dependency to `3.3`.
  • Loading branch information
bungle committed May 8, 2020
1 parent 013a8e3 commit 5d05e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,12 +1,12 @@
package = "kong-plugin-session"

version = "2.3.0-1"
version = "2.4.0-1"

supported_platforms = {"linux", "macosx"}

source = {
url = "git://github.com/Kong/kong-plugin-session",
tag = "2.3.0"
tag = "2.4.0"
}

description = {
Expand All @@ -17,7 +17,7 @@ description = {

dependencies = {
"lua >= 5.1",
"lua-resty-session == 3.1",
"lua-resty-session == 3.3",
--"kong >= 1.2.0",
}

Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/session/handler.lua
Expand Up @@ -4,7 +4,7 @@ local header_filter = require "kong.plugins.session.header_filter"

local KongSessionHandler = {
PRIORITY = 1900,
VERSION = "2.3.0",
VERSION = "2.4.0",
}


Expand Down

0 comments on commit 5d05e41

Please sign in to comment.