Skip to content

Commit 3373d81

Browse files
authored
chore(*): release 4.0.3 (#164)
changelog + ver change
1 parent f6a4c06 commit 3373d81

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: Changes.md

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

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

5+
## [4.0.3] - 2023-02-21
6+
### Fixed
7+
- fix(*): redis authorization
8+
59
## [4.0.2] - 2023-02-15
610
### Fixed
711
- fix(*): hkdf is not approved by FIPS, use PBKDF2 instead on FIPS-mode

Diff for: lib/resty/session.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ end
21942194

21952195

21962196
local session = {
2197-
_VERSION = "4.0.2",
2197+
_VERSION = "4.0.3",
21982198
metatable = metatable,
21992199
}
22002200

Diff for: lua-resty-session-4.0.2-1.rockspec renamed to lua-resty-session-4.0.3-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-session"
2-
version = "4.0.2-1"
2+
version = "4.0.3-1"
33
source = {
44
url = "git+https://github.com/bungle/lua-resty-session.git",
5-
tag = "v4.0.2",
5+
tag = "v4.0.3",
66
}
77
description = {
88
summary = "Session Library for OpenResty - Flexible and Secure",

0 commit comments

Comments
 (0)