diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fe849..673bc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.2.3 (2022-07-21) + +## Changed ++ Update to siad v1.5.9 + +## Fixed ++ Fixed a null value error when calculating contract values on startup + # 1.2.2 (2022-06-12) ## Changed diff --git a/package.json b/package.json index fca6f1c..80cb6b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sia-Host-Manager", - "version": "1.2.3-beta.3", + "version": "1.2.3", "private": true, "description": "User-friendly management utility for Sia storage network hosts. Provides easy configuration, better financials, and smart alerts to make hosting simpler.", "author": { @@ -76,5 +76,5 @@ "git add" ] }, - "siaVersion": "1.5.9-rc2" + "siaVersion": "1.5.9" }