diff --git a/CHANGELOG.md b/CHANGELOG.md index cef42c901..7dd5e976f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.1.0 (2024-08-22) + +## What's Changed +* feat: Support GNOME accent colors by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/911 + + +**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v5.0.0...v5.1.0 + ## 5.0.0 (2024-08-07) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 277a73efb..289d54cdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru description: Common flutter widgets useful for building desktop and web applications. homepage: https://github.com/ubuntu/yaru.dart issue_tracker: https://github.com/ubuntu/yaru.dart/issues -version: 5.0.0 +version: 5.1.0 environment: sdk: ">=3.0.0 <4.0.0"