Skip to content

Commit

Permalink
release 1.8.0; fix cross-tenant requests; closes #526
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Sep 13, 2024
1 parent 7548b25 commit 4702769
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.6)
- lua-resty-openidc version (e.g. 1.8.0)
- OpenID Connect provider (e.g. Keycloak, Azure AD)

###### Expected behaviour
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
09/13/204
- cross-tenant requests are fixed with lua-resty session 4.0.x; closes #526
- release 1.8.0

09/09/2024
- merge support for lua-resty-session 4.x; see #489; closes #464 #480 #503; thanks @oldium @balajiv113
- add @oldium to the primary AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ local supported_token_auth_methods = {
}

local openidc = {
_VERSION = "1.7.6"
_VERSION = "1.8.0"
}
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.6-3"
version = "1.8.0-1"
source = {
url = "git+https://github.com/zmartzone/lua-resty-openidc",
tag = "v1.7.6",
tag = "v1.8.0",
dir = "lua-resty-openidc"
}
description = {
Expand Down

0 comments on commit 4702769

Please sign in to comment.