diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index b44873c5..4f23d874 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ✨ 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 +- Better widget data requests and error handling +- Implements widget support into Workspace view + ## 🐛 1.9.7 - Minor UI Editor Bug fixes [PR #416](https://github.com/Lissy93/dashy/pull/416) - Fixes unable to edit item bug (#415) - Fixes unable to add new app bug (#390) diff --git a/package.json b/package.json index 3eae86ad..f966d3de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.7", + "version": "1.9.8", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",