Skip to content

Commit

Permalink
release 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Feb 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2879b43 commit c06e6fd
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ services:

env:
global:
- VERSION=1.7.0-2
- VERSION=1.7.1-1
- NAME=lua-resty-openidc
- ROCKSPEC=$NAME-$VERSION.rockspec
- LUAROCKS=2.3.0
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
02/18/2019
- release 1.7.1

11/06/2018
- make sure opts.discovery is resolved when "iss" is returned as part of the
authorization response; see #224 ; thanks @mijohansen
4 changes: 2 additions & 2 deletions lib/resty/openidc.lua
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
under the License.
***************************************************************************
Copyright (C) 2017-2018 ZmartZone IAM
Copyright (C) 2017-2019 ZmartZone IAM
Copyright (C) 2015-2017 Ping Identity Corporation
All rights reserved.
@@ -72,7 +72,7 @@ local supported_token_auth_methods = {
}

local openidc = {
_VERSION = "1.7.0"
_VERSION = "1.7.1"
}
openidc.__index = openidc

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-openidc"
version = "1.7.0-2"
version = "1.7.1-1"
source = {
url = "git://github.com/zmartzone/lua-resty-openidc",
tag = "v1.7.0",
tag = "v1.7.1",
dir = "lua-resty-openidc"
}
description = {

0 comments on commit c06e6fd

Please sign in to comment.