Skip to content

Commit

Permalink
chore(*): release 4.0.3 (#164)
Browse files Browse the repository at this point in the history
changelog + ver change
  • Loading branch information
samugi authored Feb 21, 2023
1 parent f6a4c06 commit 3373d81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.0.3] - 2023-02-21
### Fixed
- fix(*): redis authorization

## [4.0.2] - 2023-02-15
### Fixed
- fix(*): hkdf is not approved by FIPS, use PBKDF2 instead on FIPS-mode
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/session.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ end


local session = {
_VERSION = "4.0.2",
_VERSION = "4.0.3",
metatable = metatable,
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-session"
version = "4.0.2-1"
version = "4.0.3-1"
source = {
url = "git+https://github.com/bungle/lua-resty-session.git",
tag = "v4.0.2",
tag = "v4.0.3",
}
description = {
summary = "Session Library for OpenResty - Flexible and Secure",
Expand Down

0 comments on commit 3373d81

Please sign in to comment.