diff --git a/CHANGELOG.md b/CHANGELOG.md index a46151ba..3375f715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.2] - 2nd Aug 2022 +- feat: Add a flag to disable colors in logs + ## 1.1.1 - fix: wrong type for children_state in spaces hierarchy API diff --git a/pubspec.yaml b/pubspec.yaml index a808bc98..c0707675 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.1 +version: 1.1.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