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'