diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8f830..6921365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [v0.3.1](https://github.com/georust/kml/releases/tag/v0.3.1) + - Handle UTF-8 decoding issues without a panic, fixing [#1](https://github.com/georust/kml/issues/1) ## [v0.3.0](https://github.com/georust/kml/releases/tag/v0.3.0) diff --git a/Cargo.toml b/Cargo.toml index 0a32df4..1530d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kml" -version = "0.3.0" +version = "0.3.1" authors = ["Pat Sier ", "The GeoRust Developers "] description = "KML support for Rust" readme = "README.md"