diff --git a/changelog.md b/changelog.md index a4a0c5c..5278944 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1] - 2024-03-31 + +### Changed: +- Concurrent loading from sources instead of serially + +### Added: +- Source: The Guardian + +### Fixed: +- Refresh (again) + ## [0.6.0] - 2024-03-24 diff --git a/pubspec.yaml b/pubspec.yaml index b9525bf..b090246 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: raven description: "News aggregator" publish_to: 'none' -version: 0.6.0+1 +version: 0.7.1+1 environment: sdk: '>=3.2.1 <4.0.0'