diff --git a/CHANGELOG.md b/CHANGELOG.md index 799b3f26..fbcde4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.3 +- chore: Add missing matrix error types as per spec +- feat: add additionalProperties in PusherData +- feat: deletePusher + ## 0.5.2 - feat: Colored logs on native and web - chore: Make some tryGet errors verbose and display line diff --git a/pubspec.yaml b/pubspec.yaml index 3e7d6b78..58d86b0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix_api_lite description: Dead simple data model for the matrix.org client-server API. -version: 0.5.2 +version: 0.5.3 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