diff --git a/CHANGELOG.md b/CHANGELOG.md index e85ec2fa..37022e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.5] - 25nd Aug 2022 +- fix: Fixed dysfunctional key-verification (Emoji+manual) + ## [1.1.4] - 25nd Aug 2022 - Revert "fix: Secret storage keys are used as account data but are not uri encoded" - chore: disable dynamic calls (Nicolas Werner) diff --git a/pubspec.yaml b/pubspec.yaml index 65460852..fe18fea8 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.4 +version: 1.1.5 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