Skip to content

Commit 3cd683c

Browse files
committed
Prepare for 0.6.5 release
1 parent 789f4ae commit 3cd683c

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

CHANGELOG.adoc

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

66
== v0.6.5-SNAPSHOT
77

8-
Released: In development
8+
Released: 2023-04-04
9+
10+
This will likely be the last release using **bitcoinj** 0.16.x. `bitcoinj-0.17-alpha1` has https://bitcoinj.org/pre-release-notes[significant improvements], and we will begin using it on the `master` branch immediately after this release.
11+
12+
=== All modules
13+
14+
* Remove many deprecated classes and methods
15+
16+
=== Bug Fixes
17+
18+
* https://github.com/ConsensusJ/consensusj/pull/99[#99]: `BlockChainInfo`: fix case errors in `@JsonProperty` constructor annotations.
19+
20+
=== cj-btc-json
21+
22+
* https://github.com/ConsensusJ/consensusj/pull/100[#100]: Remove `ignoreUnknown` annotation on defined JSON POJOs
923

1024
=== Dependency Updates
1125

@@ -18,8 +32,10 @@ Released: In development
1832

1933
=== Build/Test Updates
2034

35+
* GitHub JDK Matrix: Java 11, 17. 19
2136
* Gradle 7.6.1
2237
* GraalVM 22.3.1
38+
* Miscellaneous build improvements
2339

2440
== v0.6.4
2541

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.6.4
3+
v0.6.5
44
:description: ConsensusJ README document.
5-
:consensusj-version: 0.6.4
6-
:bitcoinj-version: 0.16.1
5+
:consensusj-version: 0.6.5
6+
:bitcoinj-version: 0.16.2
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,4 +1,4 @@
11
moduleName=ConsensusJ Groovy extensions for bitcoinj
2-
moduleVersion=0.6.5-SNAPSHOT
2+
moduleVersion=0.6.5
33
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
44
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension

gradle.properties

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

33
bitcoinjVersion = 0.16.2
44
rxJavaVersion = 3.1.6

0 commit comments

Comments
 (0)