diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c72c902..507f99039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.2 - 2023-01-14 + - Upgrade `quick_xml` to `0.27`, `derive_builder` to `0.12`, and `atom_syndication` to `0.12` [`#143`](https://github.com/rust-syndication/rss/pull/143) - Correct serialization of atom extension [`#144`](https://github.com/rust-syndication/rss/pull/144) - Read non-blank links only [`#145`](https://github.com/rust-syndication/rss/pull/145) diff --git a/Cargo.toml b/Cargo.toml index c441a63a6..88d86c468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.1" +version = "2.0.2" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"