From d0e2841f7ba618f678886001a8fe666f31ff289d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:16:54 +0000 Subject: [PATCH] chore: prepare release 2.0.1 --- ...xed_an_issue_with_alert_content_not_showing_in_the_ui.md | 5 ----- CHANGELOG.md | 6 ++++++ go.mod | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fixed_an_issue_with_alert_content_not_showing_in_the_ui.md 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