diff --git a/CHANGES.md b/CHANGES.md index 4f1bf8ec..09675f25 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## 0.26.0 + +- Update to proj 9 + - + ## 0.25.2 - Introduce `Transform` trait, add implementations for `geo-types` diff --git a/Cargo.toml b/Cargo.toml index f4a30d5a..9f2dc881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proj" description = "High-level Rust bindings for the latest stable version of PROJ" -version = "0.25.2" +version = "0.26.0" authors = [ "The Georust Developers " ]