From 9d7c5756461f6c336161e7d4b051c6e4eb50f2f0 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 13 Nov 2024 14:50:13 +0700 Subject: [PATCH] Bump version to v0.14.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9c1e0f8..bf41e1809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.14.1] - 2024-11-13 +### Changed +- Integrate with TWP production + ## [0.14.0] - 2024-11-09 ### Added - #2387 TWP Registration from mobile diff --git a/pubspec.yaml b/pubspec.yaml index 6f87d9b5c..a0be3d60e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # 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.14.0 +version: 0.14.1 environment: sdk: ">=3.0.0 <4.0.0"