diff --git a/CHANGELOG.md b/CHANGELOG.md index 37022e78..07fe38ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -## [1.1.5] - 25nd Aug 2022 +## [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] - 25nd Aug 2022 +## [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) diff --git a/pubspec.yaml b/pubspec.yaml index fe18fea8..d37fcee1 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.5 +version: 1.1.6 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