From 7204a5d4dd2af4df835d72f8523362fab21e6045 Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Thu, 23 Mar 2023 09:44:12 -0500 Subject: [PATCH] chore: math v1.0.0 (#15530) Update Changelog in preparation for tagging 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 3d97302b88..c644c5ce8d 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