From e2afce20ba091c59b458a45eaa0f03addd3a6487 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 10 Feb 2020 18:42:20 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ce599..c8c8423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.7.2 - 2020-02-10 +### Changed +- Invite link text +### Fixed +- Replies on replies fixed + # Version 0.7.1 - 2020-02-10 ### Fixed - Replies with correct sender id diff --git a/pubspec.yaml b/pubspec.yaml index db63731..4c45241 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.1+21 +version: 0.7.2+22 environment: sdk: ">=2.6.0 <3.0.0"