Skip to content

Commit

Permalink
Update version and docs for v0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 28, 2019
1 parent 0c5f94c commit cdbd23e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@

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

== v0.5.8-SNAPSHOT
== v0.5.8

In-progress
Released: 2019.03.28

=== All modules

* Switch to correct spelling of _Willett_ - https://github.com/OmniLayer/OmniJ/issues/142[Issue #142]
* Upgrade to *bitcoinj* https://bitcoinj.github.io/release-notes#version-015[0.15.1]. This is a major upgrade to *bitcoinj* to provide support for Segregated Witness transactions.
* Upgrade to *ConsensusJ* https://github.com/ConsensusJ/consensusj/blob/master/CHANGELOG.adoc#v040[0.4.0].
* Bug fixes for handling `frozen` Omni asset balances.
* Breaking: Switch to correct spelling of _Willett_ - https://github.com/OmniLayer/OmniJ/issues/142[Issue #142]
* `adoc` directory renamed to `doc`

=== omnij-cli

Known issue::
Shadow JAR build is temporarily disabled.


== v0.5.7
Expand Down
4 changes: 2 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.7
v0.5.8
:description: OmniJ README document.
:omnij-version: 0.5.7
:omnij-version: 0.5.8

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
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.8-SNAPSHOT
omnijVersion = 0.5.8
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.8-SNAPSHOT
moduleVersion=0.5.8
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit cdbd23e

Please sign in to comment.