diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd4a7..787607c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v0.8.2](https://github.com/georust/kml/releases/tag/v0.8.2) + +- Ignore comments to avoid breaking parsing logic in reader ([#55](https://github.com/georust/kml/pull/55)) + ## [v0.8.1](https://github.com/georust/kml/releases/tag/v0.8.1) - Fix parsing of `hotSpot` in `IconStyle` ([#53](https://github.com/georust/kml/pull/53)) from [@adrianhoppe](https://github.com/adrianhoppe) diff --git a/Cargo.toml b/Cargo.toml index 3a95813..bf002db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.8.1" +version = "0.8.2" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"