From 788f5029ee2116955305f1a85244347bacb858d8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 18 Aug 2021 22:18:26 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.6.2 and updates changelog --- .github/CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 767b4f7c..e1da2f93 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## ✨ 1.6.2 - Support for Guest Access [PR #167](https://github.com/Lissy93/dashy/pull/167) +- Adds functionality for optional read-only guest access to dashboards with authentication +- Can be enabled by setting `appConfig.enableGuestAccess: true` + ## 💄 1.6.1 - Adds new Theme [PR #166](https://github.com/Lissy93/dashy/issues/166) - Adds Dashy theme, for use in the dev dashboard ## ✨ 1.5.9 - New Minimal/ Startpage View [PR #155](https://github.com/Lissy93/dashy/issues/155) diff --git a/package.json b/package.json index e23d884c..4c67315a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "main": "server", "scripts": {