diff --git a/README.md b/README.md
index 5e16a62..aace3b0 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.
| Elasticsearch Version | Plugin Version |
|-----------------------|----------------|
+| 5.6.1 | 5.6.1.0 |
| 5.5.1 | 5.5.1.0 |
| 5.5.0 | 5.5.0.0 |
| 5.2.2 | 5.2.2.0 |
@@ -38,7 +39,7 @@ This plugin enables URL tokenization and token filtering by URL part.
## Installation
### Elasticsearch v5
```bash
-bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.5.1.0/elasticsearch-analysis-url-5.5.1.0.zip
+bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.6.1.0/elasticsearch-analysis-url-5.6.1.0.zip
```
### Elasticsearch v2
diff --git a/pom.xml b/pom.xml
index 4b95ec2..b0b867c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.elasticsearch
elasticsearch-analysis-url
- 5.5.1.0
+ 5.6.1.0
jar
Elasticsearch URL token filter plugin
@@ -18,8 +18,8 @@
UTF-8
- 5.5.1
- 6.6.0
+ 5.6.1
+ 6.6.1
1.3
19.0
onerror
@@ -91,7 +91,7 @@
org.apache.logging.log4j
log4j-core
- 2.8.2
+ 2.9.1
test