diff --git a/CHANGELOG.md b/CHANGELOG.md index c156398e..1d24a4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Release Notes - Version 3.9.2 +----------------------------- +* Put back link to Gitter instead of Slack. + Release Notes - Version 3.9.1 ----------------------------- * Split the README in several parts. diff --git a/package-lock.json b/package-lock.json index 43389604..99761364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "authelia", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39695c95..2f93d166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authelia", - "version": "3.9.1", + "version": "3.9.2", "description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F", "bin": { "authelia": "./dist/server/src/index.js"