From bedd06f07befb6bfb884e70dd012cacd676632af Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Wed, 22 Apr 2020 19:02:07 -0400 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 7 +++++-- pom.xml | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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..d16526b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,11 @@ James McClain http://github.com/jamesmcclain + + pomadchin + Grigory Pomadchin + http://github.com/pomadchin +