From 1ea7dc0952c1c24f9043db25c51297649183ef84 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Mon, 3 Feb 2025 17:00:48 +0100 Subject: [PATCH] docs: update CL v2 (#80) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170c9764..7ffad81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,31 @@ ### STATE BREAKING +### IMPROVEMENTS + ## v2.0.0 *Release date* +### BUG FIXES + +- Fix swagger generation [#38](https://github.com/atomone-hub/atomone/pull/38) +- Fix vuln GO-2024-3279 [#60](https://github.com/atomone-hub/atomone/pull/60) +- Fix vuln GO-2024-3112 and GO-2024-2951 [#62](https://github.com/atomone-hub/atomone/pull/62) +- Fix vuln GHSA-8wcc-m6j2-qxvm [#67](https://github.com/atomone-hub/atomone/pull/67) + ### FEATURES - Add the photon module and use photon as the only fee denom [#57](https://github.com/atomone-hub/atomone/pull/57) +### DEPENDENCIES + +- Upgrade CometBFT to v0.37.15 to fix securities issues (ASA-2025-001, ASA-2025-002) [#78](https://github.com/atomone-hub/atomone/pull/78) + +### IMPROVEMENTS + +- (x/gov): override MinVotingPeriod with ldflags [#63](https://github.com/atomone-hub/atomone/pull/63) + ## v1.0.0 *Sep 26th, 2024*