diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccd44b..b37e32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.13.0 - Unreleased +## 0.12.1 - 2023-03-27 + +- Upgrade `quick_xml` to `0.28` [`#77`](https://github.com/rust-syndication/atom/pull/77) + ## 0.12.0 - 2022-12-29 - Wrap `quick_xml::XmlError` into a newtype [`#65`](https://github.com/rust-syndication/atom/pull/65) diff --git a/Cargo.toml b/Cargo.toml index 1247107..7b80175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atom_syndication" -version = "0.12.0" +version = "0.12.1" authors = ["James Hurst "] edition = "2021" description = "Library for serializing the Atom web content syndication format"