diff --git a/CHANGELOG.md b/CHANGELOG.md index 391f831..2dd2f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## April 2020 +### v1.0.13 + +### Changes + ++ Added 24 hour delay between pinned price updates due to a bug in Sia causing renters to not renew contracts when the host's pricing has changed. https://gitlab.com/NebulousLabs/Sia/-/merge_requests/4326 + ### v1.0.12 ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f842215..aa68ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Sia-Host-Manager", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b1db57..47805bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sia-Host-Manager", - "version": "1.0.12", + "version": "1.0.13", "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": {