From 3373d8138930b6d1e255bb80d9127503019301d7 Mon Sep 17 00:00:00 2001 From: Samuele Illuminati Date: Tue, 21 Feb 2023 19:52:32 +0100 Subject: [PATCH] chore(*): release 4.0.3 (#164) changelog + ver change --- Changes.md | 4 ++++ lib/resty/session.lua | 2 +- ...ion-4.0.2-1.rockspec => lua-resty-session-4.0.3-1.rockspec | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) rename lua-resty-session-4.0.2-1.rockspec => lua-resty-session-4.0.3-1.rockspec (97%) diff --git a/Changes.md b/Changes.md index d2751fe5..7b6dd693 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/lib/resty/session.lua b/lib/resty/session.lua index 32d664f2..68904c64 100644 --- a/lib/resty/session.lua +++ b/lib/resty/session.lua @@ -2194,7 +2194,7 @@ end local session = { - _VERSION = "4.0.2", + _VERSION = "4.0.3", metatable = metatable, } diff --git a/lua-resty-session-4.0.2-1.rockspec b/lua-resty-session-4.0.3-1.rockspec similarity index 97% rename from lua-resty-session-4.0.2-1.rockspec rename to lua-resty-session-4.0.3-1.rockspec index 9e7d9112..16204c45 100644 --- a/lua-resty-session-4.0.2-1.rockspec +++ b/lua-resty-session-4.0.3-1.rockspec @@ -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",