diff --git a/ChangeLog b/ChangeLog index f0ac8bdfb..885c92e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ +0.8 0.7D - Fix latent `printf`-formatting bugs in `SendpayResultMonitor`, which would crash on 32-bit systems. diff --git a/README.md b/README.md index eee3a14ab..e9df68da1 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ In any case, `clboss-ignore-onchain` is temporary and even if you forget to issue `clboss-notice-onchain` CLBOSS will resume managing onchain funds at some point. -`--clboss-min-onchain=` +### `--clboss-min-onchain=` Pass this option to `lightningd` in order to specify a target amount that CLBOSS will leave onchain. diff --git a/configure.ac b/configure.ac index e4d82dadd..2b2d8c5c3 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.7D], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.8], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])