diff --git a/CHANGELOG.md b/CHANGELOG.md index f4883ef..c756273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v0.8.0](https://github.com/georust/kml/releases/tag/v0.8.0) + +- Updated `quick-xml` and `zip` dependencies ([#48](https://github.com/georust/kml/pull/48)) from [@luke-biel](https://github.com/luke-biel) + ## [v0.7.1](https://github.com/georust/kml/releases/tag/v0.7.1) - Handle invalid UTF-8 characters in tag name and attributes ([#45](https://github.com/georust/kml/pull/45)) diff --git a/Cargo.toml b/Cargo.toml index fd0f965..e814054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.7.1" +version = "0.8.0" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"