diff --git a/CHANGELOG.md b/CHANGELOG.md index 141a02d22..63d4c8d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.6 - 2023-08-12 + - Take into account namespaces declared locally [`#155`](https://github.com/rust-syndication/rss/pull/155) ## 2.0.5 - 2023-07-26 diff --git a/Cargo.toml b/Cargo.toml index b54240e73..8c1f32974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.5" +version = "2.0.6" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"