We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c15c83 commit 1a74ac1Copy full SHA for 1a74ac1
Changes.md
@@ -2,6 +2,12 @@
2
3
All notable changes to `lua-resty-session` will be documented in this file.
4
5
+## [2.26] - 2020-02-11
6
+### Added
7
+- Add support for `SameSite=None` (#83) (thanks @bodewig)
8
+- Style changes (#77) (thanks @Tieske)
9
+
10
11
## [2.25] - 2019-11-06
12
### Added
13
- Add SSL support for the Redis storage option (#75) (thanks @tieske)
lib/resty/session.lua
@@ -249,7 +249,7 @@ local function init()
249
end
250
251
local session = {
252
- _VERSION = "2.25"
+ _VERSION = "2.26"
253
}
254
255
session.__index = session
0 commit comments