diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5841c..4115b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ##Next Version (Release Date TBC) Release Notes +##Version 1.0.17 Release Notes + +* Add Java 9 support (Thanks M.P. Korstanje) + +##Version 1.0.16 Release Notes + +* Fix #68 Null pointer errors thrown for users who are not using proxies. + ##Version 1.0.15 Release Notes * Default location where binaries are stored is slightly different, if you haven't specified a location it may download then all again diff --git a/README.md b/README.md index d95707a..4eadb30 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Default Usage com.lazerycode.selenium driver-binary-downloader-maven-plugin - 1.0.15 + 1.0.17 /my/location/binaries @@ -48,7 +48,7 @@ Advanced Usage com.lazerycode.selenium driver-binary-downloader-maven-plugin - 1.0.15 + 1.0.17 /tmp/binaries diff --git a/pom.xml b/pom.xml index 14a78cb..43c8178 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,9 @@ Alex Kress + + M.P. Korstanje +