From 40129dd741e5146bc7c9bf682b3412dc2a074e5d Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Sun, 7 Jan 2024 07:16:00 +0700 Subject: [PATCH] Bump version to v2.4.14 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d266ad1793..e96e1236a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.4.14+2330] - 2024-01-07 +### Fixed +- Hide tag suggestion in Direct Chat + ## [2.4.12+2330] - 2024-01-05 ### Added - upgrade flutter 3.16.5 @@ -2135,6 +2139,7 @@ interesting devices. If you have one, I would very like to see some screenshots This CHANGELOG.md was generated with [**Changelog for Dart**](https://pub.dartlang.org/packages/changelog) +[2.4.14+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.14 [2.4.12+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.12 [2.4.10+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.10 [2.4.6+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.6 diff --git a/pubspec.yaml b/pubspec.yaml index b62a854228..f54794a127 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.13+2330 +version: 2.4.14+2330 environment: sdk: '>=3.1.3 <4.0.0'