From 5d09b85d72fc9dc1597716abda91fe06843ffc1b Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Sun, 5 Jan 2025 17:46:11 +0700 Subject: [PATCH] Bump version to v0.14.7 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76d20f59c..a5e824ae11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.14.7] - 2025-01-05 +### Fixed +- Delegate cache control from Flutter to browser + ## [0.14.6] - 2025-01-03 ### Fixed - #3372 Paging empty trash diff --git a/pubspec.yaml b/pubspec.yaml index 35881c4984..d2d554a982 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.6 +version: 0.14.7 environment: sdk: ">=3.0.0 <4.0.0"