From 639811bec9f816cd367d46e13c9af18c6c81cf2e Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Thu, 23 Mar 2023 09:41:26 -0500 Subject: [PATCH] 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