From 0c77539291f5b7ef8cbb6e347b9d84e560efa403 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 8 Jan 2021 08:43:28 +0100 Subject: [PATCH] feat: Add RoomEncryptedContent and RoomEncryptionContent --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed54dd6..38a87874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- Add RoomEncryptedContent and RoomEncryptionContent + ## 0.1.0 - Initial version \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2ef3820c..64ccc0a0 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.1.0 +version: 0.1.1 homepage: https://famedly.com environment: