Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Dec 24, 2018
1 parent 127da01 commit bf0a1b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## 0.1.1 - 2018-12-24

### Security

- Clear stack after deriving keys with Blake2b for better security.
Expand All @@ -14,6 +16,6 @@ The project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.html)
- Improve crate documentation.
- Fix crate metadata in `Cargo.toml`.

## 0.1.0 - 2018-12-24
## 0.1.0 - 2018-12-23

The initial release of `secret-tree`.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secret-tree"
version = "0.1.0"
version = "0.1.1"
authors = ["Alex Ostrovski <[email protected]>"]
license = "Apache-2.0"
keywords = ["derivation", "blake2b", "cryptography"]
Expand Down

0 comments on commit bf0a1b4

Please sign in to comment.