Skip to content

Commit

Permalink
release 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Dec 14, 2017
1 parent f1afcf7 commit d55c56a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:

env:
global:
- VERSION=1.5.1-1
- VERSION=1.5.2-1
- NAME=lua-resty-openidc
- ROCKSPEC=$NAME-$VERSION.rockspec
- LUAROCKS=2.3.0
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
12/14/2017
- release 1.5.2

12/13/2017
- ensure we don't log nil if initial JWT verification fails

12/08/2017
- avoid putting a negative TTL into the cache; closes #127; thanks @ChristianCiach and @gwkunze

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local supported_token_auth_methods = {
}

local openidc = {
_VERSION = "1.5.1"
_VERSION = "1.5.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.5.1-1"
version = "1.5.2-1"
source = {
url = "git://github.com/zmartzone/lua-resty-openidc",
tag = "v1.5.1",
tag = "v1.5.2",
dir = "lua-resty-openidc"
}
description = {
Expand Down

0 comments on commit d55c56a

Please sign in to comment.