diff --git a/README.md b/README.md
index afad406a..b4a48f67 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Successful executed migration scripts will not be executed again!
## 2 Features
-- tested on Java 8, 9, 10, 11, 12, 13, 14 and 15
+- tested on Java 8, 9, 10, 11, 12, 13, 14, 15 and 16
- runs on Spring-Boot 2.1, 2.2, 2.3 and 2.4 (and of course without Spring-Boot)
- runs on Elasticsearch version 7.5.0+
- highly configurable (e.g. location(s) of your migration files, migration files format pattern)
@@ -51,7 +51,7 @@ First add the latest version of Elasticsearch-Evolution spring boot starter as a
com.senacor.elasticsearch.evolution
spring-boot-starter-elasticsearch-evolution
- 0.3.1
+ 0.3.2
```
@@ -75,7 +75,7 @@ First add the latest version of Elasticsearch-Evolution core as a dependency:
com.senacor.elasticsearch.evolution
elasticsearch-evolution-core
- 0.3.1
+ 0.3.2
```
@@ -277,10 +277,16 @@ ElasticsearchEvolution.configure()
## 6 changelog
-### v0.3.2-SNAPSHOT
+### v0.3.3-SNAPSHOT
- ...
+### v0.3.2
+
+- fixed issue [#36](https://github.com/senacor/elasticsearch-evolution/issues/36)
+- added java 16 compatibility tests
+- added Elasticsearch 7.12 compatibility tests
+
### v0.3.1
- fixed issue [#29](https://github.com/senacor/elasticsearch-evolution/issues/29)
diff --git a/elasticsearch-evolution-core/pom.xml b/elasticsearch-evolution-core/pom.xml
index 689db4e2..d4d203e1 100644
--- a/elasticsearch-evolution-core/pom.xml
+++ b/elasticsearch-evolution-core/pom.xml
@@ -6,7 +6,7 @@
com.senacor.elasticsearch.evolution
elasticsearch-evolution-parent
- 0.3.2-SNAPSHOT
+ 0.3.2
../
elasticsearch-evolution-core
diff --git a/pom.xml b/pom.xml
index ca0bd416..0d481d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.senacor.elasticsearch.evolution
elasticsearch-evolution-parent
- 0.3.2-SNAPSHOT
+ 0.3.2
pom
org.springframework.boot
diff --git a/spring-boot-starter-elasticsearch-evolution/pom.xml b/spring-boot-starter-elasticsearch-evolution/pom.xml
index 89755b88..34817f3b 100644
--- a/spring-boot-starter-elasticsearch-evolution/pom.xml
+++ b/spring-boot-starter-elasticsearch-evolution/pom.xml
@@ -6,7 +6,7 @@
com.senacor.elasticsearch.evolution
elasticsearch-evolution-parent
- 0.3.2-SNAPSHOT
+ 0.3.2
../
spring-boot-starter-elasticsearch-evolution
diff --git a/tests/migration-scripts/pom.xml b/tests/migration-scripts/pom.xml
index b2b0726f..4dbf35d4 100644
--- a/tests/migration-scripts/pom.xml
+++ b/tests/migration-scripts/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.senacor.elasticsearch.evolution
migration-scripts
- 0.3.2-SNAPSHOT
+ 0.3.2
jar containing migration files
jar
diff --git a/tests/pom.xml b/tests/pom.xml
index ea29f610..faa7adf6 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
com.senacor.elasticsearch.evolution
elasticsearch-evolution-parent
- 0.3.2-SNAPSHOT
+ 0.3.2
../
tests
diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml
index c58a3aa6..02718e86 100644
--- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml
+++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml
@@ -10,7 +10,7 @@
com.senacor.elasticsearch.evolution
test-spring-boot-2.1-scriptsInJarFile
- 0.3.2-SNAPSHOT
+ 0.3.2
Demo project for Spring Boot
diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml
index a0497222..931d6841 100644
--- a/tests/test-spring-boot-2.2/pom.xml
+++ b/tests/test-spring-boot-2.2/pom.xml
@@ -10,7 +10,7 @@
com.senacor.elasticsearch.evolution
test-spring-boot-2.2
- 0.3.2-SNAPSHOT
+ 0.3.2
Demo project for Spring Boot
diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml
index 0f3a704d..efbd24e9 100644
--- a/tests/test-spring-boot-2.3/pom.xml
+++ b/tests/test-spring-boot-2.3/pom.xml
@@ -10,7 +10,7 @@
com.senacor.elasticsearch.evolution
test-spring-boot-2.3
- 0.3.2-SNAPSHOT
+ 0.3.2
Demo project for Spring Boot
diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml
index 8d19d625..5e5f46e7 100644
--- a/tests/test-spring-boot-2.4/pom.xml
+++ b/tests/test-spring-boot-2.4/pom.xml
@@ -10,7 +10,7 @@
com.senacor.elasticsearch.evolution
test-spring-boot-2.4
- 0.3.2-SNAPSHOT
+ 0.3.2
Demo project for Spring Boot