Skip to content

Commit 46134c1

Browse files
committed
release 1.5.0
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent bcf4dfd commit 46134c1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

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

Diff for: ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
11/14/2017
2+
- release 1.5.0
3+
14
11/13/2017
25
- provided explicit control over whether the access token gets renewed
36
on expiry. If refresh fails, the user is redirected to the OP's

Diff for: lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local supported_token_auth_methods = {
6666
}
6767

6868
local openidc = {
69-
_VERSION = "1.4.1"
69+
_VERSION = "1.5.0"
7070
}
7171
openidc.__index = openidc
7272

Diff for: lua-resty-openidc-1.4.1-1.rockspec renamed to lua-resty-openidc-1.5.0-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.1-1"
2+
version = "1.5.0-1"
33
source = {
44
url = "git://github.com/pingidentity/lua-resty-openidc",
5-
tag = "v1.4.1",
5+
tag = "v1.5.0",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)