diff --git a/CHANGELOG.md b/CHANGELOG.md index b56a5030..e85ec2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [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) +- chore: export filter map extension (Nicolas Werner) +- chore: strict casts (Nicolas Werner) +- chore: strict inference (Nicolas Werner) +- chore: strict raw types (Nicolas Werner) +- 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 diff --git a/pubspec.yaml b/pubspec.yaml index 77c4a4aa..65460852 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.3 +version: 1.1.4 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