build: Bump version
This commit is contained in:
parent
3000b5b7f1
commit
d51151c08b
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.25.12] 1st March 2024
|
||||||
|
- chore: pass refreshToken to uiaLogin (Krille)
|
||||||
|
- fix: removed prev_sender for empty chats (Patrick Hettich)
|
||||||
|
- fix: updated membership-leave for archived direct chats (Patrick Hettich)
|
||||||
|
- fix: Use name of other participant on archived rooms (Patrick Hettich)
|
||||||
|
- refactor: Deprecations after dart upgrade (Krille)
|
||||||
|
|
||||||
## [0.25.11] 26th Februray 2024
|
## [0.25.11] 26th Februray 2024
|
||||||
- feat: Implement handling soft logout (Krille)
|
- feat: Implement handling soft logout (Krille)
|
||||||
- feat: Store accesstokenExpiresIn and call softlogout 5 minutes before (Krille)
|
- feat: Store accesstokenExpiresIn and call softlogout 5 minutes before (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.11
|
version: 0.25.12
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue