Skip to content

Commit

Permalink
release: v4.38.4 (#6938)
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 18, 2024
1 parent 2535e33 commit 1ea41b8
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.4'
- 'v4.38.3'
- 'v4.38.2'
- 'v4.38.1'
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.3"
"latest": "4.38.4"
}
2 changes: 1 addition & 1 deletion web/package.json
@@ -1,6 +1,6 @@
{
"name": "authelia",
"version": "4.38.3",
"version": "4.38.4",
"private": true,
"type": "module",
"engines": {
Expand Down

0 comments on commit 1ea41b8

Please sign in to comment.