diff --git a/history.txt b/history.txt
index cbab53412662f9d649bf5a3dd7a6e2009b003df2..e59c495c6aadd476eb34a66e864f92f12b5bacb3 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,13 @@
+2022-12-31 zzz
+ * Console: Change color palette for graphs on dark theme
+ * i2psnark:
+   - Update tracker list after editing torrent (Gitlab #380)
+   - Throttle torrent startup to prevent OOMs
+
+2022-12-30 zzz
+ * UPnP: Catch AssertionError when closing SSDP multicast socket
+ * Util: Add methods to convert IPv6 addresses to canonical RFC 5952 strings
+
 2022-12-29 zzz
  * Tunnels: Limit requested client tunnels during congestion
 
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 32c3be4234ef76def4e27063a72e21e51f0a200b..def90930fcea35dae96903e8b43b7df5da00949d 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 = 13;
+    public final static long BUILD = 14;
 
     /** for example "-test" */
     public final static String EXTRA = "-rc";