diff --git a/ChangeLog b/ChangeLog index b2844f87a..26626eebe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + +0.5C +- `FundsMover` now has a backup process to clean up its payments. - `ChannelFinderByListpays` now ignores self-payments instead of possibly proposing self. - Optimize traversing JSON results for channel finders. - Reduce processing load when printing really long RPC logs. diff --git a/configure.ac b/configure.ac index c6e84f11f..2d4da9c8f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([clboss], [0.5B], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.5C], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])