From ee2f3305d58a47c9b475352a7042c802b447ca09 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 21 Aug 2021 22:50:27 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.6.5 and updates changelog --- .github/CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2879f3b0..45692397 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## ✨ 1.6.5 - Adds support for Secure Authentication using Keycloak [PR #174](https://github.com/Lissy93/dashy/pull/174) +- Major restructure of auth config +- Implements keycloak support, adds docs and updates schema + ## ✨ 1.6.4 - Adds functionality for Granular Auth Control [PR #171](https://github.com/Lissy93/dashy/pull/171) - Enables sections to be visible for all users except for those specified - Enables sections to be hidden from all users except for those specified diff --git a/package.json b/package.json index aecae37d..10886716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.4", + "version": "1.6.5", "license": "MIT", "main": "server", "scripts": { @@ -90,4 +90,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file