From fb211fe623bb74d806c4c6b5806fab96aac38907 Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 17 Oct 2025 15:51:32 +0100 Subject: [PATCH 1/2] docs(changelog): update CHANGELOG.md with new features and version - Add entry for version 1.1.0 with new feature for configuring saved headlines feed filters limits by user role - Update format and structure of changelog - Add date for version 1.0.0 release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c935ab69..894298ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ -##1.0.0 +# Changelog + +## 1.1.0 - 2025-10-17 +- **feat**: allow configuration of saved headlines feed filters limits by user role and update dependencies + + +## 1.0.0 - 2025-10-13 - **BREAKING** feat!: migrated from date based versioning to semantic versioning. \ No newline at end of file From 70a44fc10d00c3e800b20047d13b4bba10b699cb Mon Sep 17 00:00:00 2001 From: fulleni Date: Fri, 17 Oct 2025 15:51:43 +0100 Subject: [PATCH 2/2] build: bump version to 1.1.0 - Update version from 1.0.0 to 1.1.0 in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 85729a8a..688abd7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_web_dashboard_full_source_code description: "A Flutter web application for comprehensive content management and administration within the Flutter News App Full Source Code Toolkit." repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code publish_to: none -version: 1.0.0 +version: 1.1.0 environment: sdk: ^3.9.0