Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
update changelog n version (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Fernandes <[email protected]>
  • Loading branch information
joshuafernandes authored Feb 27, 2020
1 parent 83e4f38 commit d09d134
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

From v1.4, Orion requires Java 11. Orion on Java 8 is no longer supported.

## 1.5

### Additions and Improvements

* [TLS support to secure Orion to Orion, and Orion to Hyperledger Besu communication](https://docs.orion.pegasys.tech/en/latest/Concepts/TLS-Communication/).

### Known Bugs

- Using `alwayssendto` makes privacy group ID calculation inconsistent [\#OR-357](https://pegasys1.atlassian.net/browse/OR-357)

Workaround - Do not use `alwayssendto`.

## 1.5 RC

### Additions and Improvements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apply from: "gradle/versions.gradle"
apply plugin: 'com.jfrog.bintray'
apply plugin: 'openjpa'

version = '1.5.0-RC2-SNAPSHOT'
version = '1.5.0'

//////
// Default tasks and build aliases
Expand Down

0 comments on commit d09d134

Please sign in to comment.