diff --git a/changelog.md b/changelog.md index a4a0c5c..8438b47 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 @@ -90,8 +101,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### First Release - -[0.5.2]: https://github.com/ksh-b/raven/compare/v0.5.2...v0.6.0 +[unreleased]: https://github.com/ksh-b/raven/compare/v0.7.1...HEAD +[v0.7.1]: https://github.com/ksh-b/raven/compare/v0.6.0...v0.7.1 +[0.6.0]: https://github.com/ksh-b/raven/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/ksh-b/raven/compare/v0.2.0...v0.5.2 [0.2.0]: https://github.com/ksh-b/raven/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/ksh-b/raven/compare/v0.1.1...v0.1.2 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'