diff --git a/RELEASE_NOTES.MD b/RELEASE_NOTES.MD index 329a8f6e..59d52028 100644 --- a/RELEASE_NOTES.MD +++ b/RELEASE_NOTES.MD @@ -1,8 +1,11 @@ # Release notes ## Client 04/12/2024 1.8.2 + Fixes + - UI: printer list action buttons, fix alert grid toolbar, reduce dialog store usage and replace with useDialog composable where possible +- Printer state / tile: pausing will now present as paused state instead of printing ## Client 04/12/2024 1.8.1 diff --git a/package.json b/package.json index 7deaadb5..b063c2ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fdm-monster/client", - "version": "1.8.1", + "version": "1.8.2", "author": "David Zwart", "license": "AGPL-3.0-or-later", "repository": {