diff --git a/ChangeLog.md b/ChangeLog.md
index cc10109..5ad6366 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,16 @@ ChangeLog
 
 All notable changes to the project are documented in this file.
 
+[v2.6][] - 2020-04-22
+---------------------
+
+Full IPv6 support, both send and join.
+
+- Increase MAX number of groups to join: 250 -> 2048
+- Relocate source code to `src/` sub-directory
+- Add support for sending with/to IPv6 address/group
+- Update docs slightly
+
 
 [v2.5][] - 2020-02-23
 ---------------------
diff --git a/configure.ac b/configure.ac
index af4c3d6..87f5ddc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(mcjoin, 2.6-beta1, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
+AC_INIT(mcjoin, 2.6, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
 AC_CONFIG_AUX_DIR(aux)
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 
diff --git a/debian/changelog b/debian/changelog
index aa43c54..e28eb3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mcjoin (2.6) stable; urgency=medium
+
+  * Full IPv6 support, for joining groups and sending traffic
+  * Increased max number of multicast groups to join: 250 -> 2048
+
+ -- Joachim Nilsson <troglobit@gmail.com>  Wed, 22 Apr 2020 11:39:56 +0200
+
 mcjoin (2.5) unstable; urgency=medium
 
   * New upstream release.