Skip to content

Commit

Permalink
Prepare release 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 2, 2021
1 parent 031d256 commit bc56c02
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@

A mid-level view of the changes in each *OmniJ* binary release.

== v0.5.14-SNAPSHOT
== v0.5.14

Released: in development
Released: 2020.02.02

=== new omnij-analytics module

* Omni RichList support (incubating)

=== omnij-core

* Bech32 address conversion methods are now public
* Refactoring in `OmniTxBuilder` towards Class C and P2SH

=== omnij-jsonrpc

* Fix case issues when serializing `OmniPropertyInfo` POJO

=== omnij-rest-client-mjdk

* Refactoring/cleanup

=== Dependency Updates

Expand All @@ -15,10 +32,15 @@ Released: in development

=== Build/Test Updates

* Make `OmniTestClient` a singleton (so `regTestMiningAddress` doesn't change)
* Github Actions build with JDK 11/15 instead of JDK 11/14
* GraalVM build uses 21.0.0.java11
* Replace `jcenter()` with `mavenCentral()`
* Gradle 6.8.2
* Spock 2.0-M4-groovy-3.0
* Replace `jcenter()` with `mavenCentral()` in `build.gradle`


== v0.5.13

Released: 2020.08.10
Expand Down
9 changes: 7 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.5.13
v0.5.14
:description: OmniJ README document.
:omnij-version: 0.5.13
:omnij-version: 0.5.14

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand All @@ -23,6 +23,11 @@ There are currently nine active subprojects of OmniJ. Each of which builds a JAR
|===
| module | Description | JDK | Notes

| omnij-analytics
| Omni implementation of ConsensusJ `RichListService` interface.
| 11
| new "incubating" module

| omnij-cli
| Omni consensus-checking command-line tool.
| 11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omnijVersion = 0.5.14-SNAPSHOT
omnijVersion = 0.5.14
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.14-SNAPSHOT
moduleVersion=0.5.14
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit bc56c02

Please sign in to comment.