diff --git a/README.md b/README.md
index 91da67a..84ff517 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,22 @@ Yes JATL has not been touched for awhile. Not because its not useful or dead but
 
 HOWEVER Java 8 is out and actually works!! Finally the oracle overlords have bequeathed us with elegant deferred logic and sort of traits. Consequently JATL will probably probably be changed dramatically as there were many things people wanted to do that were rather difficult or not very elegant with the anonymous classes.
 
+### 2.0.0 Planned
 
-### 0.3.0 Planned
+ * JDK 8 lambda rewrite - leverage functional and stream programming.
+ 
+### 1.0.0 Planned
 
- * ~~Full~~ Better HTML5 support (XML style HTML5).
+ * ~~Full~~ Some more HTML5 support (XML style HTML5).
  * Appendable instead of Writer (no need to wrap StringBuilder)
  * Better Indentation strategy documentation
  * Better escaping strategy (see [Issue #10](http://code.google.com/p/jatl/issues/detail?id=10))
+
+### 0.2.3 Released
+
  * Remove Commons Lang dependency (JATL will have no dependencies)
  * A generic concrete XML Builder and Writer (Issue #15).
+ * The HTML 5 escaping is now XML escaping
 
 ### 0.2.2 Released
 
diff --git a/debian/changelog b/debian/changelog
index 7bcce2f..72a80d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jatl (0.2.3+git20160927.1.e75a4a1-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 20 Mar 2022 10:39:42 -0000
+
 jatl (0.2.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/pom.xml b/pom.xml
index a374419..532490d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>com.googlecode.jatl</groupId>
   <artifactId>jatl</artifactId>
-  <version>0.2.3</version>
+  <version>0.2.4-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>jatl</name>