diff --git a/CHANGELOG.md b/CHANGELOG.md index 487bdf4e56..7a66cd8ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 2.x.x - Unreleased +## 2.0.1 - 2022-04-17 + +- check if update_period and frequency are valid [`#135`](https://github.com/rust-syndication/rss/pull/135) + ## 2.0.0 - 2021-10-21 - Disable clock feature of chrono to mitigate RUSTSEC-2020-0159 [`#130`](https://github.com/rust-syndication/rss/pull/130) diff --git a/Cargo.toml b/Cargo.toml index f6349a8c08..5ce8519d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.0" +version = "2.0.1" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"