From f58aec5b40b150382242ed6fdae128c054846935 Mon Sep 17 00:00:00 2001 From: Dusan Maksimovic <94966669+dusan-maksimovic@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:03:50 +0100 Subject: [PATCH] generate changelog for V2.0 release (#172) --- .../features/162-add-liquidity-deployments.md | 0 .../features/162-minimum-export-floor.md | 0 .../features/162-tribute-claim-change.md | 0 .../features/165-custom-bid-durations.md | 0 .changelog/v2.0.0/summary.md | 1 + CHANGELOG | 17 +++++++++++++++++ 6 files changed, 18 insertions(+) rename .changelog/{unreleased => v2.0.0}/features/162-add-liquidity-deployments.md (100%) rename .changelog/{unreleased => v2.0.0}/features/162-minimum-export-floor.md (100%) rename .changelog/{unreleased => v2.0.0}/features/162-tribute-claim-change.md (100%) rename .changelog/{unreleased => v2.0.0}/features/165-custom-bid-durations.md (100%) create mode 100644 .changelog/v2.0.0/summary.md diff --git a/.changelog/unreleased/features/162-add-liquidity-deployments.md b/.changelog/v2.0.0/features/162-add-liquidity-deployments.md similarity index 100% rename from .changelog/unreleased/features/162-add-liquidity-deployments.md rename to .changelog/v2.0.0/features/162-add-liquidity-deployments.md diff --git a/.changelog/unreleased/features/162-minimum-export-floor.md b/.changelog/v2.0.0/features/162-minimum-export-floor.md similarity index 100% rename from .changelog/unreleased/features/162-minimum-export-floor.md rename to .changelog/v2.0.0/features/162-minimum-export-floor.md diff --git a/.changelog/unreleased/features/162-tribute-claim-change.md b/.changelog/v2.0.0/features/162-tribute-claim-change.md similarity index 100% rename from .changelog/unreleased/features/162-tribute-claim-change.md rename to .changelog/v2.0.0/features/162-tribute-claim-change.md diff --git a/.changelog/unreleased/features/165-custom-bid-durations.md b/.changelog/v2.0.0/features/165-custom-bid-durations.md similarity index 100% rename from .changelog/unreleased/features/165-custom-bid-durations.md rename to .changelog/v2.0.0/features/165-custom-bid-durations.md diff --git a/.changelog/v2.0.0/summary.md b/.changelog/v2.0.0/summary.md new file mode 100644 index 0000000..2956ce9 --- /dev/null +++ b/.changelog/v2.0.0/summary.md @@ -0,0 +1 @@ +Date: November 18th, 2024 diff --git a/CHANGELOG b/CHANGELOG index 8955330..24cb393 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,20 @@ # CHANGELOG +## v2.0.0 + +Date: November 18th, 2024 + +### FEATURES + +- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment. + ([\#164](https://github.com/informalsystems/hydro/pull/164)) +- Add a minimum liquidity request value to proposals. + ([\#164](https://github.com/informalsystems/hydro/pull/164)) +- Allow whitelist admins to register performed liquidity deployments in the Hydro contract. + ([\#164](https://github.com/informalsystems/hydro/pull/164)) +- Allow bids to set a custom duration they would like to receive liquidity for. + ([\#165](https://github.com/informalsystems/hydro/pull/165)) + ## v1.1.0 Date: October 22nd, 2024 @@ -12,6 +27,8 @@ Date: October 22nd, 2024 ([\#149](https://github.com/informalsystems/hydro/pull/149)) - Adds a migration to change the start of the first contract on an instantiated contract ([\#156](https://github.com/informalsystems/hydro/pull/156)) +- Fractional voting support + ([\#157](https://github.com/informalsystems/hydro/pull/157)) ## v1.0.3