diff --git a/CHANGELOG.md b/CHANGELOG.md index 3375f715..b56a5030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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 diff --git a/pubspec.yaml b/pubspec.yaml index c0707675..4a834ffc 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: 1.1.2 +version: 1.1.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