diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce54d7..7a1d22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [3.0.4] - Feb, 2025 + * Upgrade `intl` dependency to `0.20.0` + ## [3.0.3] - April, 2024 * Added partial serialization support for RSS 1.0 and RSS 2.0 feeds. We'll fill out the rest of the serialization over time. diff --git a/pubspec.yaml b/pubspec.yaml index fd796d0..f26d877 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_rss -version: 3.0.3 +version: 3.0.4 description: Dart parser for RSS1.0, RSS2.0, Atom feeds. homepage: https://github.com/Flutter-Bounty-Hunters/dart-rss repository: https://github.com/Flutter-Bounty-Hunters/dart-rss @@ -10,7 +10,7 @@ environment: dependencies: xml: ^6.3.0 http: ^1.1.2 - intl: ^0.19.0 + intl: ">=0.19.0 <0.21.0" dev_dependencies: test: ^1.16.4