Skip to content

Commit

Permalink
release 1.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Nov 17, 2020
1 parent 68504de commit 0c75741
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A new issue about a bug should be verified with a minimized example.

###### Environment

- lua-resty-openidc version (e.g. 1.7.3)
- lua-resty-openidc version (e.g. 1.7.4)
- OpenID Connect provider (e.g. Keycloak, Azure AD)

###### Expected behaviour
Expand Down
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.7.3-1
- VERSION=1.7.4-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
Expand Up @@ -2,6 +2,7 @@
- changed dependency on lua-resty-jwt to allow newer versions in
luarocks packaging; see #363, #366, #362;
thanks to @Darguelles and @kayano
- release 1.7.4

09/20/2020
- release 1.7.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 @@ -84,7 +84,7 @@ local supported_token_auth_methods = {
}

local openidc = {
_VERSION = "1.7.3"
_VERSION = "1.7.4"
}
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.7.3-1"
version = "1.7.4-1"
source = {
url = "git://github.com/zmartzone/lua-resty-openidc",
tag = "v1.7.3",
tag = "v1.7.4",
dir = "lua-resty-openidc"
}
description = {
Expand Down

0 comments on commit 0c75741

Please sign in to comment.