From 6ca0093b839f904b02d6402293a5029e408723e4 Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Fri, 21 Jul 2023 13:27:23 +0200 Subject: [PATCH] Update changelog for release `1.5.1` --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eebab3011..71e88c0fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.1] - 2023-07-25 + +### Fixed +- Do not ask for confirmation to close transaction success modals. +- Correctly match questions and answers in opening application pages. +- Do not keep showing the total balance after disconnecting a wallet. +- Show all applicants on closed opening pages. + +### Changed +- Clarify the label copy of the council budget increment proposal input field. +- Just show past elections cycle id without "round". + ## [1.5.0] - 2023-06-06 ### Added @@ -161,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2022-12-02 -[unreleased]: https://github.com/Joystream/pioneer/compare/v1.5.0...HEAD +[unreleased]: https://github.com/Joystream/pioneer/compare/v1.5.1...HEAD +[1.5.1]: https://github.com/Joystream/pioneer/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/Joystream/pioneer/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/Joystream/pioneer/compare/v1.3.2...v1.4.0 [1.3.2]: https://github.com/Joystream/pioneer/compare/v1.3.1...v1.3.2