diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c19e20f..0414ded9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.41.1 - 2021-09-15 +Minor bugfix release. + +- fix: Start up time waits for first sync +- fix: Registration -> matrix.org responses with 500 +- fix: Wellknown look up for multi accounts + +And some other minor bugs. + ## v0.41.0 - 2021-09-14 This release features a lot of bug fixes and the new multi account feature which also include account bundles. - feat: Multiple accounts diff --git a/pubspec.yaml b/pubspec.yaml index a3d35c93..474c11f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.41.0+1 +version: 0.41.1+1 environment: sdk: ">=2.6.0 <3.0.0"