diff --git a/CHANGES.md b/CHANGES.md index 667fa48bf..57e04b5f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.3.2 + +* [Add Visvalingam-Whyatt line-simplification algorithm](https://github.com/georust/rust-geo/pull/84) + ## 0.3.1 * [Within Epsilon matcher](https://github.com/georust/rust-geo/pull/82) diff --git a/Cargo.toml b/Cargo.toml index 05601b52a..c80ee8e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "geo" description = "Geospatial primitives and algorithms" -version = "0.3.1" +version = "0.3.2" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"