Skip to content

Commit

Permalink
Prepare v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 26, 2022
1 parent edc585d commit 2f5d238
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.adoc
Expand Up @@ -3,9 +3,9 @@

A high-level view of the changes in each ConsensusJ binary release.

== v0.6.0-SNAPSHOT
== v0.6.0

Released: under development
Released: 2022-07-25

=== Java Version upgrades

Expand Down Expand Up @@ -53,8 +53,8 @@ For details see https://github.com/ConsensusJ/consensusj#consensusj-modules[Cons

=== cj-bitcoinj-util

* Continued dev of signer stuff Detail TBD
* Update BIP43 support
* Continued development of transaction signer stuff classes (incubating)
* Updated BIP43 support (incubating)

=== Removed cj-eth-jsonrpc-groovy, cj-nmc-jsonrpc-groovy

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
@@ -1,8 +1,8 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.5.14
v0.6.0
:description: ConsensusJ README document.
:consensusj-version: 0.5.14
:consensusj-version: 0.6.0
:bitcoinj-version: 0.16.1
:bitcoinj-apidoc: https://bitcoinj.org/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
Expand Down
@@ -1,4 +1,4 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.6.0-SNAPSHOT
moduleVersion=0.6.0
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
consensusjVersion = 0.6.0-SNAPSHOT
consensusjVersion = 0.6.0

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

0 comments on commit 2f5d238

Please sign in to comment.