From 3831457bba3724de0a4c380cd88c8edaf2162f1d Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 15 Jul 2021 16:02:26 +0800 Subject: [PATCH] Bump to version 4.3.2 (#671) Signed-off-by: Xuanwo --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf9242d9..93b430c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v4.3.2] - 2021-07-15 + +### Fixed + +- cmd: Add warning for type convert instead (#670) + ## [v4.3.1] - 2021-07-15 ### Fixed @@ -582,7 +588,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Add pair based option and metadata support. - Add qingstor services. -[Unreleased]: https://github.com/beyondstorage/go-storage/compare/v4.3.1...HEAD +[Unreleased]: https://github.com/beyondstorage/go-storage/compare/v4.3.2...HEAD +[v4.3.2]: https://github.com/beyondstorage/go-storage/compare/v4.3.1...v4.3.2 [v4.3.1]: https://github.com/beyondstorage/go-storage/compare/v4.3.0...v4.3.1 [v4.3.0]: https://github.com/beyondstorage/go-storage/compare/v4.2.0...v4.3.0 [v4.2.0]: https://github.com/beyondstorage/go-storage/compare/v4.1.0...v4.2.0