build: Bump version
This commit is contained in:
parent
033fef7cd0
commit
2687381274
|
|
@ -1,3 +1,8 @@
|
|||
## [0.25.11] 26th Februray 2024
|
||||
- feat: Implement handling soft logout (Krille)
|
||||
- feat: Store accesstokenExpiresIn and call softlogout 5 minutes before (Krille)
|
||||
- fix: convert boxNames to List in clear function when creating transaction (Gabby Gurdin)
|
||||
|
||||
## [0.25.10] 23rd February 2024
|
||||
- chore: remove state events both in imp and preview events list (td)
|
||||
- feat: specify history_visibility when creating group chat (Karthikeyan S)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.25.10
|
||||
version: 0.25.11
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue