Skip to content

Commit

Permalink
release 1.7.6
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bodewig <[email protected]>
  • Loading branch information
bodewig committed Jan 30, 2023
1 parent 6fd9aa3 commit 5a7b9e2
Show file tree
Hide file tree
Showing 4 changed files with 7 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.5)
- lua-resty-openidc version (e.g. 1.7.6)
- OpenID Connect provider (e.g. Keycloak, Azure AD)

###### Expected behaviour
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
30/01/2023
- release 1.7.6

01/13/2023
- when parsing JWKs with an x5c claim the claim was wronly assumed to
be base64url encoded instead of base64 encoded;
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ local supported_token_auth_methods = {
}

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

0 comments on commit 5a7b9e2

Please sign in to comment.