Skip to content

Commit

Permalink
release 0.1.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe authored Jul 9, 2020
1 parent 65c7b95 commit fd25f67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.0

Initial release of Eth2Signer

### Features Added
- Signing of data using a BLS key. Supports BLS private keys in unencrypted files, BLS12-381 keystore files and keys in Hashicorp
- TLS support for rest API
- OpenAPI documentation
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=0.0.1-SNAPSHOT
version=0.1.0

0 comments on commit fd25f67

Please sign in to comment.