Skip to content

Commit 438bb4e

Browse files
authored
Merge pull request #64 from gdestuynder/132
Update to 1.3.2
2 parents d15d23c + 6f5aa2c commit 438bb4e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
env:
66
global:
7-
- VERSION=1.3.1-1
7+
- VERSION=1.3.2-1
88
- NAME=lua-resty-openidc
99
- ROCKSPEC=$NAME-$VERSION.rockspec
1010
- LUAROCKS=2.3.0

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
05/31/2017
22
- allow optional claim specs when verifying JWT access tokens; thanks @bodewig
33
- return the raw bearer token from `openidc.bearer_jwt_verify`; thanks @bodewig
4+
- release 1.3.2
45

56
05/23/2017
67
- add support for passing session options to resty.session; closes #56; thanks @gene1wood

lib/resty/openidc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ local type = type
5757
local ngx = ngx
5858

5959
local openidc = {
60-
_VERSION = "1.3.1"
60+
_VERSION = "1.3.2"
6161
}
6262
openidc.__index = openidc
6363

lua-resty-openidc-1.3.1-1.rockspec renamed to lua-resty-openidc-1.3.2-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.3.1-1"
2+
version = "1.3.2-1"
33
source = {
44
url = "git://github.com/pingidentity/lua-resty-openidc",
5-
tag = "v1.3.1",
5+
tag = "v1.3.2",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)