Skip to content

Commit

Permalink
Prepare 0.5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Nov 16, 2021
1 parent db16922 commit 65a3f9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ A high-level view of the changes in each ConsensusJ binary release.

== v0.5.13-SNAPSHOT

Released: Under development
Released: 2021-11-16

=== consensusj-jsonrpc

* Reduce (default) logging of RPC status errors to "debug" level (these errors should be logged
or handled at the higher-level and for some use cases are very common)

=== consensusj-jsonrpc-cli

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

* Add BitCore/Omni `getbalanceinfo` method (requires address indexing)
* Add isAddressIndexEnabled method
* Add methods for parsing `help` results

=== Dependency Updates
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.5.12
v0.5.13
:description: ConsensusJ README document.
:consensusj-version: 0.5.12
:bitcoinj-version: 0.16-rc1
:consensusj-version: 0.5.13
:bitcoinj-version: 0.16
:bitcoinj-apidoc: https://bitcoinj.org/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
:tip-caption: :bulb:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.5.13-SNAPSHOT
moduleVersion=0.5.13
extensionClasses=org.consensusj.bitcoin.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoin.dsl.groovy.categories.NumberCategory
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.5.13-SNAPSHOT
consensusjVersion = 0.5.13

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

0 comments on commit 65a3f9c

Please sign in to comment.