From 639811bec9f816cd367d46e13c9af18c6c81cf2e Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Thu, 23 Mar 2023 09:41:26 -0500 Subject: [PATCH 1/2] chore: math v1.0.0 --- math/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/math/CHANGELOG.md b/math/CHANGELOG.md index 3d97302b8896..c644c5ce8d4d 100644 --- a/math/CHANGELOG.md +++ b/math/CHANGELOG.md @@ -34,11 +34,11 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j # Changelog -## [Unreleased] +## [math/v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.0-rc.0) - 2023-03-23 ### Bug Fixes -* [#15506](https://github.com/cosmos/cosmos-sdk/issues/16605) fix: Dec marshal shouldn't have side effects +* [#15506](https://github.com/cosmos/cosmos-sdk/issues/16605) Dec marshal shouldn't have side effects ## [math/v1.0.0-rc.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.0-rc.0) - 2023-03-13 @@ -49,7 +49,6 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j ### Bug Fixes * [#14922](https://github.com/cosmos/cosmos-sdk/issues/14922) check for negative precision -* [#15506](https://github.com/cosmos/cosmos-sdk/issues/16605) fix: Dec marshal shouldn't have side effects ### Testing From 144185e8b60a73f1417f62ff17e32b265d17f6f6 Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Thu, 23 Mar 2023 09:46:26 -0500 Subject: [PATCH 2/2] chore(math): fix changelog link --- math/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/CHANGELOG.md b/math/CHANGELOG.md index c644c5ce8d4d..9ebf9077ae62 100644 --- a/math/CHANGELOG.md +++ b/math/CHANGELOG.md @@ -34,7 +34,7 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j # Changelog -## [math/v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.0-rc.0) - 2023-03-23 +## [math/v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.0) - 2023-03-23 ### Bug Fixes