This commit is contained in:
Clement Michaud 2018-08-30 11:25:37 +02:00
parent 03c6a4072b
commit e568459c53
3 changed files with 13 additions and 2 deletions

View File

@ -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
View File

@ -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": {

View File

@ -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"