diff --git a/CHANGELOG.md b/CHANGELOG.md index e448ae7..1e1c8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ -# 1.0.0 - 2025-10-13 +# Changelog -* chore!: initial release under semantic versioning. \ No newline at end of file +## 1.0.1 - 2025-10-17 + +- **chore**: A new migration ensures that existing user preference documents are updated to include the savedFilters field, initialized as an empty array. + +## 1.0.0 - 2025-10-13 + +- **chore!**: initial release under semantic versioning. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 93e93ed..0f18913 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more. repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code publish_to: none -version: 1.0.0 +version: 1.0.1 environment: sdk: ^3.9.0