diff --git a/history.txt b/history.txt
index 5bb977e86bf4b32711f13584c0426479319bedc2..2a6cc9cdfb7fa1d48c5664d41fb9b47264a04c11 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,21 @@
+2022-11-23 zzz
+ * Build: Add debcheckpatch to release targets
+ * CLI: Sort MTU output by address
+ * Console:
+   - Add status and banned tabs to /peers (WIP)
+   - Change mtn tunnel in help FAQ to git
+   - Cleanup /debug update and app manager sections
+   - Dark theme banlist margin fix
+   - /configlogging fixes
+ * Crypto: Don't use AccessController in I2PProvider, deprecated as of Java 17
+ * i2ptunnel:
+   - SOCKS 5 tunnel improvements and torsocks support
+   - Fix log message on config migration
+ * Router: KeysAndCert compressible padding (Proposal 161, Gitlab MR !66)
+ * SSU: Remove unneeded queue latency check in UDPSender
+ * SSU2: Increase Session Created max padding
+ * SusiDNS: Fix off-by-one in next page last item number
+
 2022-11-21 2.0.0 (API 0.9.56) released
 
 2022-11-12 zzz
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index ed7e15522acdb3006c79262f2be5a82dc6418fea..24c6e3ec7a2faefcbfd802b1e749d490011e218a 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -18,7 +18,7 @@ public class RouterVersion {
     /** deprecated */
     public final static String ID = "Git";
     public final static String VERSION = CoreVersion.VERSION;
-    public final static long BUILD = 0;
+    public final static long BUILD = 1;
 
     /** for example "-test" */
     public final static String EXTRA = "";