Skip to content

Commit

Permalink
Prepare 0.5.21 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Nov 18, 2021
1 parent eaaec9d commit 8dab7e1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@

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

== v0.5.21-SNAPSHOT
== v0.5.21

Released: Not yet
Released: 2021-11-17

=== omnij-core

* `OmniPropertyInfo` Improvements
** Make sure Issuer `Address` is for the correct network (`NetworkParameters`)
** Constructor and factory method changes to require `NetworkParameters`
** For Bitcoin values, use creation TxID from genesis block
** For Bitcoin info add URL and set `managedissuance` to `true`

=== omnij-net-api

* `OmniProxyMethods::omniProxyListProperties` now expects *OmniProxy* server will add an `OmniPropertyInfo` for Bitcoin

== v0.5.20

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.20
v0.5.21
:description: OmniJ README document.
:omnij-version: 0.5.20
:omnij-version: 0.5.21

[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.21-SNAPSHOT
omnijVersion = 0.5.21

useMavenLocal = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.21-SNAPSHOT
moduleVersion=0.5.21
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 8dab7e1

Please sign in to comment.