Skip to content

Commit 0c75741

Browse files
committed
release 1.7.4
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 68504de commit 0c75741

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A new issue about a bug should be verified with a minimized example.
77

88
###### Environment
99

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

1313
###### Expected behaviour

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
env:
99
global:
10-
- VERSION=1.7.3-1
10+
- VERSION=1.7.4-1
1111
- NAME=lua-resty-openidc
1212
- ROCKSPEC=$NAME-$VERSION.rockspec
1313
- LUAROCKS=2.3.0

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- changed dependency on lua-resty-jwt to allow newer versions in
33
luarocks packaging; see #363, #366, #362;
44
thanks to @Darguelles and @kayano
5+
- release 1.7.4
56

67
09/20/2020
78
- release 1.7.3

lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ local supported_token_auth_methods = {
8484
}
8585

8686
local openidc = {
87-
_VERSION = "1.7.3"
87+
_VERSION = "1.7.4"
8888
}
8989
openidc.__index = openidc
9090

lua-resty-openidc-1.7.3-1.rockspec lua-resty-openidc-1.7.4-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.7.3-1"
2+
version = "1.7.4-1"
33
source = {
44
url = "git://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.7.3",
5+
tag = "v1.7.4",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)