From 268b05b09f7f351da0c0139006e1549a5ff5a0b3 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 22 Jul 2021 18:17:06 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b668fe74..5cefc84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.0 +- refactor: Migrate to null safety +- refactor: Use openAPI code generation to create most of the methods +- feat: Add image pack event content models +- refactor: FilterMap extension +- fix: log levels for tryGet +- refactor: remove timeouts in matrix_api_lite + ## 0.3.3 - fix: Log filter in wrong direction diff --git a/pubspec.yaml b/pubspec.yaml index ce5eddc1..f1e6a380 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.3.3 +version: 0.4.0 homepage: https://famedly.com environment: