chore: Bump version

This commit is contained in:
Christian Pauly 2021-09-20 17:45:26 +02:00
parent d2b4ac4d9f
commit 396a433cae
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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"