Skip to content

Commit 65a3f9c

Browse files
committed
Prepare 0.5.13 release
1 parent db16922 commit 65a3f9c

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.adoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ A high-level view of the changes in each ConsensusJ binary release.
55

66
== v0.5.13-SNAPSHOT
77

8-
Released: Under development
8+
Released: 2021-11-16
9+
10+
=== consensusj-jsonrpc
11+
12+
* Reduce (default) logging of RPC status errors to "debug" level (these errors should be logged
13+
or handled at the higher-level and for some use cases are very common)
914

1015
=== consensusj-jsonrpc-cli
1116

@@ -20,6 +25,7 @@ Released: Under development
2025
=== cj-btc-jsonrpc
2126

2227
* Add BitCore/Omni `getbalanceinfo` method (requires address indexing)
28+
* Add isAddressIndexEnabled method
2329
* Add methods for parsing `help` results
2430

2531
=== Dependency Updates

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
= ConsensusJ
22
Sean Gilligan <https://github.com/msgilligan>
3-
v0.5.12
3+
v0.5.13
44
:description: ConsensusJ README document.
5-
:consensusj-version: 0.5.12
6-
:bitcoinj-version: 0.16-rc1
5+
:consensusj-version: 0.5.13
6+
:bitcoinj-version: 0.16
77
:bitcoinj-apidoc: https://bitcoinj.org/javadoc/{bitcoinj-version}/
88
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
99
:tip-caption: :bulb:
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
moduleName=ConsensusJ Groovy extensions for bitcoinj
2-
moduleVersion=0.5.13-SNAPSHOT
2+
moduleVersion=0.5.13
33
extensionClasses=org.consensusj.bitcoin.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoin.dsl.groovy.categories.NumberCategory

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
consensusjVersion = 0.5.13-SNAPSHOT
1+
consensusjVersion = 0.5.13
22

33
# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
44
bitcoinjGroup = org.bitcoinj

0 commit comments

Comments
 (0)