diff --git a/Cargo.toml b/Cargo.toml index 2c00c4e8..d512c9ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.36.1" +version = "0.36.2" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 3a16a166..f2528b0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,11 +17,16 @@ ### Bug Fixes -- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader - ### Misc Changes -[#623]: https://github.com/tafia/quick-xml/issues/533 + +## 0.36.2 -- 2024-09-20 + +### Bug Fixes + +- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader + +[#533]: https://github.com/tafia/quick-xml/issues/533 ## 0.36.1 -- 2024-07-23