Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Oct 3, 2017
1 parent b567581 commit fc76469
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.4.0-1
- VERSION=1.4.1-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 @@
10/03/2017
- ignore any configured token_endpoint_auth_method that the library doesn't support (and log an error) and
fall back to the first token_endpoint_auth_methods_supported the library can use; thanks @bodewig
- release 1.4.1

09/30/2017
- add `session_contents` option to configure which information/tokens get stored
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local supported_token_auth_methods = {
}

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

0 comments on commit fc76469

Please sign in to comment.