diff --git a/CHANGELOG.md b/CHANGELOG.md index 84991476b..a8e89e233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.4 - 2023-05-29 + - Fix iTunes extension writing [`#151`](https://github.com/rust-syndication/rss/pull/151) ## 2.0.3 - 2023-03-27 diff --git a/Cargo.toml b/Cargo.toml index 629f36750..cc3ae9b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.3" +version = "2.0.4" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"