diff --git a/CHANGELOG.md b/CHANGELOG.md index 80697a2..2f59a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.18.0 / 2023-09-05 +================== + +* Adds support for retrieving the chia version. + 1.17.2 / 2023-05-24 ================== diff --git a/package.json b/package.json index 3629f7d..082e73f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chia-dashboard-satellite", - "version": "1.17.2", + "version": "1.18.0", "repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git", "bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues", "license": "GPL-3.0",