🔖 Bumps to V 1.6.5 and updates changelog

This commit is contained in:
Alicia Sykes 2021-08-21 22:50:27 +01:00
parent 44af607f35
commit ee2f3305d5
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # 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) ## ✨ 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 visible for all users except for those specified
- Enables sections to be hidden from all users except for those specified - Enables sections to be hidden from all users except for those specified

View File

@ -1,6 +1,6 @@
{ {
"name": "Dashy", "name": "Dashy",
"version": "1.6.4", "version": "1.6.5",
"license": "MIT", "license": "MIT",
"main": "server", "main": "server",
"scripts": { "scripts": {
@ -90,4 +90,4 @@
"> 1%", "> 1%",
"last 2 versions" "last 2 versions"
] ]
} }