diff --git a/README.md b/README.md
index 7f49919..531d40d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,17 @@ Easily perform Create / Read / Update / Delete operations on beans stored in Ela
This project powers our [JMeter Load Testing platform](https://octoperf.com).
+### Versions
+
+The following table shows the correspondance between our versions and Elasticsearch versions:
+
+| Version | ElasticSearch Version |
+| ------------- |:---------------------:|
+| 1.1.x | 2.1.x |
+| 2.2.x | 2.2.x |
+
+As of 2.2.x, the project is going to strictly follow the same versioning as [elasticsearch](https://github.com/elastic/elasticsearch).
+
### Spring
Add the following Maven dependency to get started quickly with Spring:
@@ -18,7 +29,7 @@ Add the following Maven dependency to get started quickly with Spring:
com.jeromeloisel
db-spring-elasticsearch-starter
- 1.1.1
+ 2.2.0
```
### Vanilla Java
@@ -29,7 +40,7 @@ To get started with Vanilla Java application, you need to add two dependencies:
com.jeromeloisel
db-conversion-jackson
- 1.1.1
+ 2.2.0
```
This dependency provides the Jackson Json serialization mechanism.
@@ -38,7 +49,7 @@ This dependency provides the Jackson Json serialization mechanism.
com.jeromeloisel
db-repository-elasticsearch
- 1.1.1
+ 2.2.0
```