From 5818f8e26dd521b6ef08df4117bd8488205d8313 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Sat, 31 Dec 2022 14:10:58 -0500
Subject: [PATCH] bump -14-rc

---
 history.txt                                       | 10 ++++++++++
 router/java/src/net/i2p/router/RouterVersion.java |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/history.txt b/history.txt
index cbab534126..e59c495c6a 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 32c3be4234..def90930fc 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";
-- 
GitLab