diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fe321..8691462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 1.0.4 (TBD) +## [1.0.4](https://github.com/ngageoint/geopackage-wkb-java/releases/tag/1.0.4) (11-20-2017) * Douglas Peucker algorithm for geometry simplification * maven-gpg-plugin version 1.6 diff --git a/README.md b/README.md index 9c78cfb..5b3e279 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ writer.close(); ### Installation ### -Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.3|jar) (JAR, POM, Source, Javadoc) +Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.4|jar) (JAR, POM, Source, Javadoc) ```xml mil.nga wkb - 1.0.3 + 1.0.4 ```