Skip to content

Commit a119260

Browse files
committed
release 1.5.4
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent 952b412 commit a119260

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
env:
99
global:
10-
- VERSION=1.5.3-1
10+
- VERSION=1.5.4-1
1111
- NAME=lua-resty-openidc
1212
- ROCKSPEC=$NAME-$VERSION.rockspec
1313
- LUAROCKS=2.3.0

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
04/28/2018
2+
- release 1.5.4
3+
14
04/27/2018
25
- disabled support for "none" alg tokens introduced with 1.5.2 by default.
36
If you want to enable it, you will now have to explicitly set the accept_none_alg

lib/resty/openidc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ local supported_token_auth_methods = {
6565
}
6666

6767
local openidc = {
68-
_VERSION = "1.5.3"
68+
_VERSION = "1.5.4"
6969
}
7070
openidc.__index = openidc
7171

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.5.3-1"
2+
version = "1.5.4-1"
33
source = {
44
url = "git://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.5.3",
5+
tag = "v1.5.4",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)