Skip to content

Commit fc76469

Browse files
committed
release 1.4.1
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent b567581 commit fc76469

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
env:
66
global:
7-
- VERSION=1.4.0-1
7+
- VERSION=1.4.1-1
88
- NAME=lua-resty-openidc
99
- ROCKSPEC=$NAME-$VERSION.rockspec
1010
- LUAROCKS=2.3.0

Diff for: ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
10/03/2017
22
- ignore any configured token_endpoint_auth_method that the library doesn't support (and log an error) and
33
fall back to the first token_endpoint_auth_methods_supported the library can use; thanks @bodewig
4+
- release 1.4.1
45

56
09/30/2017
67
- add `session_contents` option to configure which information/tokens get stored

Diff for: lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ local supported_token_auth_methods = {
6262
}
6363

6464
local openidc = {
65-
_VERSION = "1.4.0"
65+
_VERSION = "1.4.1"
6666
}
6767
openidc.__index = openidc
6868

Diff for: lua-resty-openidc-1.4.0-1.rockspec renamed to lua-resty-openidc-1.4.1-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.4.0-1"
2+
version = "1.4.1-1"
33
source = {
44
url = "git://github.com/pingidentity/lua-resty-openidc",
5-
tag = "v1.4.0",
5+
tag = "v1.4.1",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)