Merge branch '1.1' of https://git-wip-us.apache.org/repos/asf/commons-release-plugin
diff --git a/pom.xml b/pom.xml
index dfec286..6b555ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-release-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache Commons Release Plugin</name>
 
     <description>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 016998d..4fc9dc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,9 @@
   </properties>
 
   <body>
+    <release version="1.2" date="YYYY-MM-DD" description="tbd">
+    </release>
+
     <release version="1.1" date="2018-02-28" description="1.1">
       <action issue="COMMONSSITE-104" type="fix" dev="chtompki">Sha1 signature files now reflect actual signatures.</action>
       <action issue="COMMONSSITE-98"  type="add" dev="chtompki">Making the project more multi-module compatible</action>