diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e3146b7..68487634e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.5 - 2023-07-26 + - Upgrade `quick_xml` to `0.30` [`#153`](https://github.com/rust-syndication/rss/pull/153) ## 2.0.4 - 2023-05-29 diff --git a/Cargo.toml b/Cargo.toml index 351fc74e4..b54240e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.4" +version = "2.0.5" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"