diff --git a/HISTORY.md b/HISTORY.md index 728bad4..11646e6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # Release History +## Release 7.0.0.1 +* Previous upload did accidentally not include the merge for ES7 + ## Release 7.0.0.0 * Support for ElasticSearch 7 diff --git a/build.gradle b/build.gradle index a7e6c6c..e125e97 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { group = 'de.otto' archivesBaseName='flummi' -version='7.0.0.0' +version='7.0.0.1' if (project.hasProperty('isSnapshot')) { version += '-SNAPSHOT'