diff --git a/CHANGELOG.md b/CHANGELOG.md index a40bf5ff..99f55d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.7.0] - 12th Jun 2023 + +Breaking Change: +Refactoring from Map to Map makes some +type casts neccessary + +- chore: add qr releated eventTypes (td) +- refactor: Get rid of dynamic lists (Krille) +- chore: bump version (Malin Errenst) +- docs: Add regenerate code instructions to readme (Krille) +- chore: Remove tags for CI test stage (Malin Errenst) +- refactor: Changed Map to Map (Malin Errenst) +- chore: generated folder from recent dart_openapi_codegen (Malin Errenst) +- chore: sort imports (Nicolas Werner) +- ci: Use the ci template (Nicolas Werner) + ## [1.6.1] - 17th Apr 2023 Fixes a small issue in the last release, where some enhanced enums were not diff --git a/pubspec.yaml b/pubspec.yaml index 594d94c9..91dc4a63 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.6.1 +version: 1.7.0 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