diff --git a/.changeset/fixed_an_issue_with_alert_content_not_showing_in_the_ui.md b/.changeset/fixed_an_issue_with_alert_content_not_showing_in_the_ui.md deleted file mode 100644 index d145fef6..00000000 --- a/.changeset/fixed_an_issue_with_alert_content_not_showing_in_the_ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Fixed an issue with alert content not showing in the UI diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e39918..3c45f745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 (2025-01-13) + +### Fixes + +- Fixed an issue with alert content not showing in the UI + ## 2.0.0 (2025-01-13) ### Breaking Changes diff --git a/go.mod b/go.mod index b4c5895e..1fb5b489 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/hostd // v2.0.0 +module go.sia.tech/hostd // v2.0.1 go 1.23.1