File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
8
8
env :
9
9
global :
10
- - VERSION=1.7.0-2
10
+ - VERSION=1.7.1-1
11
11
- NAME=lua-resty-openidc
12
12
- ROCKSPEC=$NAME-$VERSION.rockspec
13
13
- LUAROCKS=2.3.0
Original file line number Diff line number Diff line change
1
+ 02/18/2019
2
+ - release 1.7.1
3
+
1
4
11/06/2018
2
5
- make sure opts.discovery is resolved when "iss" is returned as part of the
3
6
authorization response; see #224 ; thanks @mijohansen
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ specific language governing permissions and limitations
17
17
under the License.
18
18
19
19
***************************************************************************
20
- Copyright (C) 2017-2018 ZmartZone IAM
20
+ Copyright (C) 2017-2019 ZmartZone IAM
21
21
Copyright (C) 2015-2017 Ping Identity Corporation
22
22
All rights reserved.
23
23
@@ -72,7 +72,7 @@ local supported_token_auth_methods = {
72
72
}
73
73
74
74
local openidc = {
75
- _VERSION = " 1.7.0 "
75
+ _VERSION = " 1.7.1 "
76
76
}
77
77
openidc .__index = openidc
78
78
Original file line number Diff line number Diff line change 1
1
package = " lua-resty-openidc"
2
- version = " 1.7.0-2 "
2
+ version = " 1.7.1-1 "
3
3
source = {
4
4
url = " git://github.com/zmartzone/lua-resty-openidc" ,
5
- tag = " v1.7.0 " ,
5
+ tag = " v1.7.1 " ,
6
6
dir = " lua-resty-openidc"
7
7
}
8
8
description = {
You can’t perform that action at this time.
0 commit comments