pull/264/merge
Clement Michaud 2018-08-27 22:53:03 +02:00
parent 5e4c401efe
commit cedcb07ed0
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Release Notes - Version 3.9.1
-----------------------------
* Split the README in several parts.
* Fix Kubernetes configuration file for Authelia.
Release Notes - Version 3.9.0 Release Notes - Version 3.9.0
----------------------------- -----------------------------
Features: Features:

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "authelia", "name": "authelia",
"version": "3.9.0", "version": "3.9.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "authelia", "name": "authelia",
"version": "3.9.0", "version": "3.9.1",
"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"