Skip to content

Commit bfcfcce

Browse files
committed
release 1.7.3
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent c28093f commit bfcfcce

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
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.2)
10+
- lua-resty-openidc version (e.g. 1.7.3)
1111
- OpenID Connect provider (e.g. Keycloak, Azure AD)
1212

1313
###### Expected behaviour

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

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

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
09/20/2020
2+
- release 1.7.3
3+
14
08/20/2020
25
- added optional support for RFC 7636 "Proof Key for Code Exchange"
36

lib/resty/openidc.lua

Lines changed: 1 addition & 1 deletion
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.2"
87+
_VERSION = "1.7.3"
8888
}
8989
openidc.__index = openidc
9090

lua-resty-openidc-1.7.2-1.rockspec renamed to lua-resty-openidc-1.7.3-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.7.2-1"
2+
version = "1.7.3-1"
33
source = {
44
url = "git://github.com/zmartzone/lua-resty-openidc",
5-
tag = "v1.7.2",
5+
tag = "v1.7.3",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)