Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofo42 committed Sep 17, 2019
1 parent 7c55f39 commit f7bcbeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.6.0
- Finality Update integration. For more info see the [specifications](https://github.com/HelixNetwork/helix-specs/blob/master/specs/1.0/finality.md).
## 0.6.1
- Curator-less implementation
- Set initial nominees
- Set testnet genesis time

## 0.6.0
- Finality Update integration. For more info see the [specifications](https://github.com/HelixNetwork/helix-specs/blob/master/specs/1.0/finality.md).

## 0.5.9

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Helix

A Quorum based Tangle implementation forked from [**IRI**](https://github.com/iotaledger/iri/).
- **Latest release:** 0.6.0 pre-release
- **Latest release:** 0.6.1 pre-release
- **License:** GPLv3

Special thanks to all of the [IOTA Contributors](https://github.com/iotaledger/iri/graphs/contributors)!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.helix</groupId>
<artifactId>helix</artifactId>

<version>0.6.0</version>
<version>0.6.1</version>

<name>Helix</name>
<description>Helix Protocol</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/helix/hlx/HLX.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class HLX {

public static final String MAINNET_NAME = "HLX";
public static final String TESTNET_NAME = "HLX Testnet";
public static final String VERSION = "0.6.0";
public static final String VERSION = "0.6.1";

/**
* The entry point of the helix sandbox.
Expand Down

0 comments on commit f7bcbeb

Please sign in to comment.