chore: Bump version to 1.6 to reflect spec update
This commit is contained in:
parent
d99bb05f47
commit
ab0403657d
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,23 +1,37 @@
|
|||
## [1.6.0] - 17th Apr 2023
|
||||
|
||||
This release updates to version 1.6 of the Matrix specification. Users might
|
||||
need to update their read receipt calls to the API changes.
|
||||
|
||||
- feat: Upgrade to spec 1.6
|
||||
|
||||
## [1.1.10] - 27th Jan 2023
|
||||
|
||||
- chore: Update enhanced_enum to 0.2.4
|
||||
|
||||
## [1.1.9] - 7th Nov 2022
|
||||
|
||||
- feat: Allow converting of stacktraces in logs
|
||||
|
||||
## [1.1.8] - 29th Aug 2022
|
||||
|
||||
- fix: Edge case where MatrixException.error differs from errcode
|
||||
- chore: add pushrules to the event types
|
||||
|
||||
## [1.1.7] - 29th Aug 2022
|
||||
|
||||
- fix: Parsing of MatrixException parameters
|
||||
|
||||
## [1.1.6] - 26th Aug 2022
|
||||
|
||||
- fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml
|
||||
|
||||
## [1.1.5] - 25th Aug 2022
|
||||
|
||||
- fix: Fixed dysfunctional key-verification (Emoji+manual)
|
||||
|
||||
## [1.1.4] - 25th Aug 2022
|
||||
|
||||
- Revert "fix: Secret storage keys are used as account data but are not uri encoded"
|
||||
- chore: disable dynamic calls (Nicolas Werner)
|
||||
- chore: export filter map extension (Nicolas Werner)
|
||||
|
|
@ -27,10 +41,12 @@
|
|||
- chore: upgrade from pedantic to lints (Nicolas Werner)
|
||||
|
||||
## [1.1.3] - 2nd Aug 2022
|
||||
|
||||
- fix: Secret storage keys are used as account data but are not uri encoded
|
||||
- chore: export filter map extension
|
||||
|
||||
## [1.1.2] - 2nd Aug 2022
|
||||
|
||||
- feat: Add a flag to disable colors in logs
|
||||
|
||||
## 1.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix_api_lite
|
||||
description: Dead simple data model for the matrix.org client-server API.
|
||||
version: 1.1.10
|
||||
version: 1.6.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
|
||||
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue