From 9cc92fbfa87bbaeb55f7bbd589862ba3b8fad03d Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Thu, 5 Mar 2026 11:57:54 +0700 Subject: [PATCH] Bump version to v0.26.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4c0b0a4..0bdad5a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.25.0] - 2026-03-05 +## [0.26.0] - 2026-03-05 ### Added - TF-4303 Change order for label action - Implement auto sync label changes from websocket diff --git a/pubspec.yaml b/pubspec.yaml index acd04b9e2..2205284d4 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.25.0 +version: 0.26.0 environment: sdk: ">=3.0.0 <4.0.0"