From 976754133a1b3067ed15beef73a75961fdf2f714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:36:24 +0000 Subject: [PATCH] chore: prepare release 2.0.0 --- .changeset/add_support_for_rhp4_accounts.md | 5 ----- .changeset/automate_changelog_generation.md | 5 ----- ...nfig_manager_to_be_consistent_with_rhp4.md | 5 ----- .changeset/remove_rhp_session_endpoints.md | 5 ----- CHANGELOG.md | 19 +++++++++++++++++++ go.mod | 2 +- 6 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 .changeset/add_support_for_rhp4_accounts.md delete mode 100644 .changeset/automate_changelog_generation.md delete mode 100644 .changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md delete mode 100644 .changeset/remove_rhp_session_endpoints.md diff --git a/.changeset/add_support_for_rhp4_accounts.md b/.changeset/add_support_for_rhp4_accounts.md deleted file mode 100644 index dde3ef98..00000000 --- a/.changeset/add_support_for_rhp4_accounts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Add support for RHP4 accounts diff --git a/.changeset/automate_changelog_generation.md b/.changeset/automate_changelog_generation.md deleted file mode 100644 index 070e0edc..00000000 --- a/.changeset/automate_changelog_generation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Automate changelog generation diff --git a/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md b/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md deleted file mode 100644 index 2a6b4757..00000000 --- a/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Move RHP2 and RHP3 settings into the config manager to be consistent with RHP4 diff --git a/.changeset/remove_rhp_session_endpoints.md b/.changeset/remove_rhp_session_endpoints.md deleted file mode 100644 index cab0b559..00000000 --- a/.changeset/remove_rhp_session_endpoints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: major ---- - -# Remove RHP Session endpoints diff --git a/CHANGELOG.md b/CHANGELOG.md index d67ef482..5956697f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.0.0 (2024-11-26) + +### Breaking Changes + +- Remove RHP Session endpoints + +### Features + +- Add support for RHP4 accounts + +### Fixes + +- potentially panic on double unlock +- panic in wallet resp +- fix column spelling +- fix ordering on query +- Automate changelog generation +- Move RHP2 and RHP3 settings into the config manager to be consistent with RHP4 + ## 1.1.2 ### Breaking changes diff --git a/go.mod b/go.mod index 138128de..079c8e61 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/hostd +module go.sia.tech/hostd // v2.0.0 go 1.23.1