diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 52386fc4d..97036fc74 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 @@ -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 diff --git a/README.adoc b/README.adoc index c3f93f2bb..1684c40f6 100644 --- a/README.adoc +++ b/README.adoc @@ -1,8 +1,8 @@ = ConsensusJ Sean Gilligan -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 diff --git a/cj-bitcoinj-dsl-gvy/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule b/cj-bitcoinj-dsl-gvy/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule index 6a014ed66..61e3c106f 100644 --- a/cj-bitcoinj-dsl-gvy/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule +++ b/cj-bitcoinj-dsl-gvy/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule @@ -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 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index bf5ff87a7..176140e90 100644 --- a/gradle.properties +++ b/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