From 87ec2774b850ca77668e9e68efafacd3b111072f Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 15 Aug 2023 11:53:08 +0200 Subject: [PATCH] Add changelog entry for missing errors --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0160e6aec..59558b3d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.2] - 2023-08-15 + +### Fixed + +- cosmwasm-std: Export `CoinFromStrError`, `CoinsError` and `DivisionError` + ## [1.3.1] - 2023-07-26 ### Fixed @@ -1784,6 +1790,7 @@ Some main points: All future Changelog entries will reference this base +[1.3.2]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.7...v1.3.0 [1.2.7]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.6...v1.2.7