Skip to content

Commit 1a74ac1

Browse files
committed
chore(*) release 2.26
1 parent 4c15c83 commit 1a74ac1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `lua-resty-session` will be documented in this file.
44

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+
511
## [2.25] - 2019-11-06
612
### Added
713
- Add SSL support for the Redis storage option (#75) (thanks @tieske)

lib/resty/session.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ local function init()
249249
end
250250

251251
local session = {
252-
_VERSION = "2.25"
252+
_VERSION = "2.26"
253253
}
254254

255255
session.__index = session

0 commit comments

Comments
 (0)