diff --git a/README.md b/README.md
index c661445..79c27eb 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
+| 5.6.4 | 5.6.4.0 | Nov 13, 2017 |
| 5.6.3 | 5.6.3.0 | Oct 12, 2017 |
| 5.6.2 | 5.6.2.0 | Oct 12, 2017 |
| 5.6.1 | 5.6.1.0 | Oct 12, 2017 |
@@ -66,12 +67,12 @@ The plugin artifacts are published to Maven Central and Github. To install a pre
From Github:
```
-./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/5.6.3.0/elasticsearch-statsd-5.6.3.0.zip
+./bin/elasticsearch-plugin install https://github.com/Automattic/elasticsearch-statsd-plugin/releases/download/5.6.4.0/elasticsearch-statsd-5.6.4.0.zip
```
From Maven Central:
```
-./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/5.6.3.0/elasticsearch-statsd-5.6.3.0.zip
+./bin/elasticsearch-plugin install http://repo1.maven.org/maven2/com/automattic/elasticsearch-statsd/5.6.4.0/elasticsearch-statsd-5.6.4.0.zip
```
Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
@@ -87,7 +88,7 @@ mvn package
Once we have the artifact, install it with the following command:
```
-./bin/elasticsearch-plugin install file:///Users/anandnalya/github/automattic/elasticsearch-statsd-plugin/target/releases/elasticsearch-statsd-5.6.3.0.zip
+./bin/elasticsearch-plugin install file:///Users/anandnalya/github/automattic/elasticsearch-statsd-plugin/target/releases/elasticsearch-statsd-5.6.4.0.zip
```
## Installation Elasticsearch 2.x
diff --git a/pom.xml b/pom.xml
index f23fe26..8449ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.automattic
elasticsearch-statsd
- 5.6.3.0
+ 5.6.4.0
jar
elasticsearch-statsd
@@ -42,7 +42,7 @@
- 5.6.3
+ 5.6.4
4.12
1.8
UTF-8