Skip to content

Commit

Permalink
release 1.3.0; thanks @hanikesn
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Feb 9, 2017
1 parent 9eaa6a6 commit 2ace584
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

env:
global:
- VERSION=1.2.3-1
- VERSION=1.3.0-1
- NAME=lua-resty-openidc
- ROCKSPEC=$NAME-$VERSION.rockspec
- LUAROCKS=2.3.0
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
02/09/2017
- merge $24; thanks @hanikesn :
- feature JWT validation through discovery
- allow user-mode verification of tokens via separate function
- improved handling of invalid JWT Tokens
- release 1.3.0

11/18/2016
- make the compact serialized form of the id_token available in the session data in enc_id_token; #closes #28
- release 1.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ local ngx = ngx
local os = os

local openidc = {
_VERSION = "1.2.3"
_VERSION = "1.3.0"
}
openidc.__index = openidc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-openidc"
version = "1.2.3-1"
version = "1.3.0-1"
source = {
url = "git://github.com/pingidentity/lua-resty-openidc",
tag = "v1.2.3",
tag = "v1.3.0",
dir = "lua-resty-openidc"
}
description = {
Expand Down

0 comments on commit 2ace584

Please sign in to comment.