diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8c6cf..b997da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - -- Added `unique_content_rules` field to `Subscription` dataclass (support latest pyrss-website version) -- Update changelog to follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) - -## [0.2.1] - 2024 - ### Added - Search and filter controls for the data viewing commands @@ -26,8 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Show whether a subscription is active or inactive when using a data view command +- Added `unique_content_rules` field to `Subscription` dataclass (support latest pyrss-website version) +- Update changelog to follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) -## [0.2.0] - 2024 +## [0.2.0] - 2024-08-19 ### Added @@ -48,9 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unused and commented out code -## [0.1.1] - 2024 +## [0.1.1] - 2024-08-17 ### Added - Start of changelog - Versioning with tagged docker images + +## [0.1.0] - 2024-08-13