3.9.4
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
|
||||
-----------------------------
|
||||
* Put back link to Gitter instead of Slack.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "authelia",
|
||||
"version": "3.9.3",
|
||||
"version": "3.9.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "authelia",
|
||||
"version": "3.9.3",
|
||||
"version": "3.9.4",
|
||||
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
||||
"bin": {
|
||||
"authelia": "./dist/server/src/index.js"
|
||||
|
|
Loading…
Reference in New Issue