From 64e23da709ff1d1a02f5685f8a1fcb7f97f1f289 Mon Sep 17 00:00:00 2001 From: Simone Stasi Date: Tue, 22 Oct 2024 15:15:35 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba0df37..7fcf9729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 2.5.0 - 2024-10-22 +- work_items: add support for adding/removing tags +- work_items: show tags in detail page +- work_items: make all html/markdown links blue underlined +- work_items: show links in history +- github_actions: update Flutter version +- upgrade to Flutter 3.24.2 and upgrade dependencies + ## 2.4.0 - 2024-06-27 -- (HEAD -> main, origin/main, origin/HEAD) fix commit message text vertically cut +- 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 diff --git a/pubspec.yaml b/pubspec.yaml index 3de7ece2..5afbfe3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: 'azure_devops' -version: 2.4.0+61 +version: 2.5.0+62 description: 'Azure DevOps unofficial mobile app' homepage: 'homepage' publish_to: 'none'