diff --git a/README.md b/README.md
index 9434f1d..d75bb37 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
+| 2.3.2 | 2.3.2.0 | May 25, 2016 |
| 2.3.1 | 2.3.1.0 | May 25, 2016 |
| 2.3.0 | 2.3.0.1 | May 25, 2016 |
| 2.2.2 | 2.2.2.0 | Mar 31, 2016 |
@@ -31,7 +32,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice
The plugin artifacts are published to Maven Central. To install a prepackaged plugin for ES 2.x+ use the following command:
```
-bin/plugin install com.automattic/elasticsearch-statsd/2.3.1.0
+bin/plugin install com.automattic/elasticsearch-statsd/2.3.2.0
```
Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0`
@@ -42,7 +43,7 @@ You can also build your own by doing the following:
git clone http://github.com/Automattic/elasticsearch-statsd-plugin.git
cd elasticsearch-statsd-plugin
mvn package -Dtests.security.manager=false
-bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.1.0.zip
+bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.2.0.zip
```
diff --git a/pom.xml b/pom.xml
index 1f53174..28387db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.automattic
elasticsearch-statsd
- 2.3.1.0
+ 2.3.2.0
jar
elasticsearch-statsd
@@ -42,7 +42,7 @@
- 2.3.1
+ 2.3.2
5.5.0
1.3
1.7