From c06e6fd28d9e0cf96e3bb5a2b165bfe2ca652751 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 18 Feb 2019 06:57:23 +0100 Subject: [PATCH] release 1.7.1 Signed-off-by: Hans Zandbelt --- .travis.yml | 2 +- ChangeLog | 3 +++ lib/resty/openidc.lua | 4 ++-- ...idc-1.7.0-2.rockspec => lua-resty-openidc-1.7.1-1.rockspec | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) rename lua-resty-openidc-1.7.0-2.rockspec => lua-resty-openidc-1.7.1-1.rockspec (97%) diff --git a/.travis.yml b/.travis.yml index 0a046ef..cc131c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/ChangeLog b/ChangeLog index 8905beb..120991b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/lib/resty/openidc.lua b/lib/resty/openidc.lua index d968995..66590af 100644 --- a/lib/resty/openidc.lua +++ b/lib/resty/openidc.lua @@ -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 diff --git a/lua-resty-openidc-1.7.0-2.rockspec b/lua-resty-openidc-1.7.1-1.rockspec similarity index 97% rename from lua-resty-openidc-1.7.0-2.rockspec rename to lua-resty-openidc-1.7.1-1.rockspec index 54feb9c..b80b68a 100644 --- a/lua-resty-openidc-1.7.0-2.rockspec +++ b/lua-resty-openidc-1.7.1-1.rockspec @@ -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 = {