mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
3.9.4
This commit is contained in:
parent
03c6a4072b
commit
e568459c53
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
Release Notes - Version 3.9.4
|
||||||
|
-----------------------------
|
||||||
|
* Update Authelia icon & add documentation image.
|
||||||
|
* Add snyk badge
|
||||||
|
|
||||||
|
Release Notes - Version 3.9.3
|
||||||
|
-----------------------------
|
||||||
|
* Fix npm publication.
|
||||||
|
* Use IP coming from X-Forwarded-For header in logs.
|
||||||
|
* Fix CONTRIBUTORS.md
|
||||||
|
|
||||||
Release Notes - Version 3.9.2
|
Release Notes - Version 3.9.2
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Put back link to Gitter instead of Slack.
|
* Put back link to Gitter instead of Slack.
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authelia",
|
"name": "authelia",
|
||||||
"version": "3.9.3",
|
"version": "3.9.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authelia",
|
"name": "authelia",
|
||||||
"version": "3.9.3",
|
"version": "3.9.4",
|
||||||
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
||||||
"bin": {
|
"bin": {
|
||||||
"authelia": "./dist/server/src/index.js"
|
"authelia": "./dist/server/src/index.js"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user