diff --git a/CHANGELOG.md b/CHANGELOG.md index f7190dd..30b604d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v1.0.1] ### Fixed - Fix Empty Metadata retrieval [#93](https://github.com/geotrellis/gdal-warp-bindings/pull/93) @@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - The first library release -[Unreleased]: https://github.com/geotrellis/compare/v1.0.0...HEAD -[v1.0.0]: https://github.com/geotrellis/compare/567d940706b08860f99492713ce706c3be02c33e...v1.0.0 +[Unreleased]: https://github.com/geotrellis/gdal-warp-bindings/compare/v1.0.1...HEAD +[v1.0.1]: https://github.com/geotrellis/gdal-warp-bindings/compare/v1.0.0...v1.0.1 +[v1.0.0]: https://github.com/geotrellis/gdal-warp-bindings/compare/567d940706b08860f99492713ce706c3be02c33e...v1.0.0 [33.567d940]: https://github.com/geotrellis/gdal-warp-bindings/compare/0cc769caa6a9d179fae4dfa0aca8e291b64bbdb0...567d940706b08860f99492713ce706c3be02c33e diff --git a/pom.xml b/pom.xml index a517355..e628960 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.azavea.geotrellis gdal-warp-bindings ${revision} - http://github.com/geotrellis/gdal-warp-bindings + https://github.com/geotrellis/gdal-warp-bindings gdal-warp-bindings Thread-safe bindings for GDAL's Warp functionality @@ -24,7 +24,12 @@ jamesmcclain James McClain - http://github.com/jamesmcclain + https://github.com/jamesmcclain + + + pomadchin + Grigory Pomadchin + https://github.com/pomadchin