diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ccc41d..799b3f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 +- feat: Colored logs on native and web +- chore: Make some tryGet errors verbose and display line + ## 0.5.1 - feat: Add constructors to SyncUpdate classes diff --git a/pubspec.yaml b/pubspec.yaml index ef5aa3dd..3e7d6b78 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: 0.5.1 +version: 0.5.2 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