diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0718a..fcce0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## [v0.4.2](https://github.com/georust/kml/releases/tag/v0.4.2) + +- Updates `quick-xml` to [v0.22](https://github.com/tafia/quick-xml/blob/master/Changelog.md#0220) which doesn't expose any breaking changes for this API +- Fix compilation issue when `zip` feature is disabled ([#22](https://github.com/georust/kml/pull/7)) from [@vilaureu](https://github.com/vilaureu) + ## [v0.4.1](https://github.com/georust/kml/releases/tag/v0.4.1) - Fix issue with sibling `kml:Folder` or `kml:Document` elements nesting ([#19](https://github.com/georust/kml/pull/19)) diff --git a/Cargo.toml b/Cargo.toml index cc39a71..ff87136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.4.1" +version = "0.4.2" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"