Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
chore(*) release 2.4.2 (#22)
Browse files Browse the repository at this point in the history
* chore(deps) bump lua-resty-session to 3.6

* chore(*) release 2.4.2

### Summary

- updated session library to 3.6
  • Loading branch information
bungle authored Jul 1, 2020
1 parent 653660f commit 2f31438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package = "kong-plugin-session"

version = "2.4.1-1"
version = "2.4.2-1"

supported_platforms = {"linux", "macosx"}

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

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

dependencies = {
"lua >= 5.1",
"lua-resty-session == 3.5",
"lua-resty-session == 3.6",
--"kong >= 1.2.0",
}

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

local KongSessionHandler = {
PRIORITY = 1900,
VERSION = "2.4.1",
VERSION = "2.4.2",
}


Expand Down

0 comments on commit 2f31438

Please sign in to comment.