Skip to content

Commit

Permalink
release: v4.38.2 (#6897)
Browse files Browse the repository at this point in the history
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
  • Loading branch information
james-d-elliott committed Mar 15, 2024
1 parent a391178 commit 573e79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -34,6 +34,7 @@ body:
What version(s) of Authelia can you reproduce this bug on?
multiple: true
options:
- 'v4.38.2'
- 'v4.38.1'
- 'v4.38.0'
- 'v4.37.5'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/misc.json
Expand Up @@ -4,5 +4,5 @@
"development": "default-src 'self' 'unsafe-eval'; frame-src 'none'; object-src 'none'; style-src 'self' 'nonce-${NONCE}'; frame-ancestors 'none'; base-uri 'self'",
"nonce": "${NONCE}"
},
"latest": "4.38.1"
"latest": "4.38.2"
}
2 changes: 1 addition & 1 deletion web/package.json
@@ -1,6 +1,6 @@
{
"name": "authelia",
"version": "4.38.1",
"version": "4.38.2",
"private": true,
"type": "module",
"engines": {
Expand Down

0 comments on commit 573e79c

Please sign in to comment.