diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 4f23d874..34032168 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 💄 1.9.9 - Minor UI + Docs Updates [PR #431](https://github.com/Lissy93/dashy/pull/431) +- Improved theme support for widgets +- Better widget layout in Workspace and Minimal views +- Updates lots of the docs + ## ✨ 1.9.8 - More Widgets and Widget Improvements [PR #425](https://github.com/Lissy93/dashy/pull/425) - Fixes several minor widget issues raised by users - Adds several new widgets, for monitoring system diff --git a/package.json b/package.json index f966d3de..83331ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.8", + "version": "1.9.9", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",