Skip to content

Commit c06e6fd

Browse files
committed
release 1.7.1
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 2879b43 commit c06e6fd

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.7.0-2
10+
- VERSION=1.7.1-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+
02/18/2019
2+
- release 1.7.1
3+
14
11/06/2018
25
- make sure opts.discovery is resolved when "iss" is returned as part of the
36
authorization response; see #224 ; thanks @mijohansen

Diff for: lib/resty/openidc.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
1717
under the License.
1818
1919
***************************************************************************
20-
Copyright (C) 2017-2018 ZmartZone IAM
20+
Copyright (C) 2017-2019 ZmartZone IAM
2121
Copyright (C) 2015-2017 Ping Identity Corporation
2222
All rights reserved.
2323
@@ -72,7 +72,7 @@ local supported_token_auth_methods = {
7272
}
7373

7474
local openidc = {
75-
_VERSION = "1.7.0"
75+
_VERSION = "1.7.1"
7676
}
7777
openidc.__index = openidc
7878

Diff for: lua-resty-openidc-1.7.0-2.rockspec renamed to lua-resty-openidc-1.7.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.7.0-2"
2+
version = "1.7.1-1"
33
source = {
44
url = "git://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.7.0",
5+
tag = "v1.7.1",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)