Bump version to 1.2-SNAPSHOT

Change-Id: If4777cbf92c24b72f49c18a8d2944739e68032e9
diff --git a/Changes b/Changes
index 3433c20..3a0ad2e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
+# version 1.2
+
 # version 1.1
+
 - Change VC and query names to lowercase
 - Implemented pipe response rewriting for match info API (#814)
 - Add pipe response for the metadata web-service.
diff --git a/pom.xml b/pom.xml
index aba359a..7d04d99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids-mannheim.korap.kustvakt</groupId>
 	<artifactId>Kustvakt</artifactId>
-	<version>1.1</version>
+	<version>1.2-SNAPSHOT</version>
 	<properties>
 		<java.version>21</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>