diff --git a/CHANGELOG.md b/CHANGELOG.md index ba187dc..4267ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed iterate specification so `sum` on a GeoArray is correct [unreleased]: https://github.com/evetion/GeoArrays.jl/compare/v0.7.9...HEAD +[0.7.12]: https://github.com/evetion/GeoArrays.jl/compare/v0.7.11...v0.7.12 [0.7.11]: https://github.com/evetion/GeoArrays.jl/compare/v0.7.10...v0.7.11 [0.7.10]: https://github.com/evetion/GeoArrays.jl/compare/v0.7.9...v0.7.10 [0.7.9]: https://github.com/evetion/GeoArrays.jl/compare/v0.7.8...v0.7.9 diff --git a/Project.toml b/Project.toml index 343f539..61790d8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoArrays" uuid = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab" authors = ["Maarten Pronk "] -version = "0.7.11" +version = "0.7.12" [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" @@ -9,7 +9,6 @@ CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298" GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2" -GeoStatsSolvers = "50e95529-e670-4fa6-84ad-e28f686cc091" IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"