3.9.1
parent
5e4c401efe
commit
cedcb07ed0
|
@ -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:
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue