Skip to content

Commit

Permalink
Merge pull request #64 from gdestuynder/132
Browse files Browse the repository at this point in the history
Update to 1.3.2
  • Loading branch information
zandbelt authored May 31, 2017
2 parents d15d23c + 6f5aa2c commit 438bb4e
Show file tree
Hide file tree
Showing 4 changed files with 5 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.3.1-1
- VERSION=1.3.2-1
- NAME=lua-resty-openidc
- ROCKSPEC=$NAME-$VERSION.rockspec
- LUAROCKS=2.3.0
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
05/31/2017
- allow optional claim specs when verifying JWT access tokens; thanks @bodewig
- return the raw bearer token from `openidc.bearer_jwt_verify`; thanks @bodewig
- release 1.3.2

05/23/2017
- add support for passing session options to resty.session; closes #56; thanks @gene1wood
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ local type = type
local ngx = ngx

local openidc = {
_VERSION = "1.3.1"
_VERSION = "1.3.2"
}
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.3.1-1"
version = "1.3.2-1"
source = {
url = "git://github.com/pingidentity/lua-resty-openidc",
tag = "v1.3.1",
tag = "v1.3.2",
dir = "lua-resty-openidc"
}
description = {
Expand Down

0 comments on commit 438bb4e

Please sign in to comment.