From 18f5d14864cc68fb1e6b5b5c8bb13a449cdd1245 Mon Sep 17 00:00:00 2001 From: Simone Stasi Date: Thu, 27 Jun 2024 10:38:52 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb790d93..eba0df37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.4.0 - 2024-06-27 +- (HEAD -> main, origin/main, origin/HEAD) fix commit message text vertically cut +- pipelines: show task/job/stage execution time in timeline +- github_actions: upgrade Flutter version +- theme: fix deprecated members and update tests +- work_items: handle markdown comments +- upgrade to Flutter 3.22.2 +- updated tests with Page building test (#36) + ## 2.3.0 - 2024-01-26 - fix android back button handling (2) - upgrade to flutter 3.16.7 and upgrade dependencies diff --git a/pubspec.yaml b/pubspec.yaml index c629e64d..885b7a44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: 'azure_devops' -version: 2.3.0+60 +version: 2.4.0+61 description: 'Azure DevOps unofficial mobile app' homepage: 'homepage' publish_to: 'none'