diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb0bc0bd4..ce6e8e892d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ) project(bitcoin-abc - VERSION 0.30.9 + VERSION 0.30.10 DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol." HOMEPAGE_URL "https://www.bitcoinabc.org" ) diff --git a/contrib/aur/bitcoin-abc-qt/PKGBUILD b/contrib/aur/bitcoin-abc-qt/PKGBUILD index 1359130f32..f410dedec2 100644 --- a/contrib/aur/bitcoin-abc-qt/PKGBUILD +++ b/contrib/aur/bitcoin-abc-qt/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe pkgname=bitcoin-abc-qt -pkgver=0.30.9 +pkgver=0.30.10 pkgrel=0 pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt" arch=('i686' 'x86_64') diff --git a/contrib/aur/bitcoin-abc/PKGBUILD b/contrib/aur/bitcoin-abc/PKGBUILD index a43981a579..7bbe687c28 100644 --- a/contrib/aur/bitcoin-abc/PKGBUILD +++ b/contrib/aur/bitcoin-abc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe pkgname=bitcoin-abc -pkgver=0.30.9 +pkgver=0.30.10 pkgrel=0 pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli" arch=('i686' 'x86_64') diff --git a/doc/release-notes.md b/doc/release-notes.md index b9fa2069b7..aafb509975 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,8 +1,7 @@ -# Bitcoin ABC 0.30.9 Release Notes +# Bitcoin ABC 0.30.10 Release Notes -Bitcoin ABC version 0.30.9 is now available from: +Bitcoin ABC version 0.30.10 is now available from: - + -This version contains a bugfix for a potential crash of the Chronik indexer. -Chronik operators are advised to update. +This is a maintenance release with no user-visible change. diff --git a/doc/release-notes/release-notes-0.30.9.md b/doc/release-notes/release-notes-0.30.9.md new file mode 100644 index 0000000000..b9fa2069b7 --- /dev/null +++ b/doc/release-notes/release-notes-0.30.9.md @@ -0,0 +1,8 @@ +# Bitcoin ABC 0.30.9 Release Notes + +Bitcoin ABC version 0.30.9 is now available from: + + + +This version contains a bugfix for a potential crash of the Chronik indexer. +Chronik operators are advised to update.