diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f820e..4343f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v0.8.5](https://github.com/georust/kml/releases/tag/v0.8.5) + +- Fix reading all inner rings in `Polygon` ([#59](https://github.com/georust/kml/pull/59)) from [@cfzimmerman](https://github.com/cfzimmerman) + ## [v0.8.4](https://github.com/georust/kml/releases/tag/v0.8.4) - Add error message inside `InvalidInput` ([#58](https://github.com/georust/kml/pull/58)) from [@k-bx](https://github.com/k-bx) diff --git a/Cargo.toml b/Cargo.toml index 6efaeb5..a5d6919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.8.4" +version = "0.8.5" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"