Skip to content

Commit

Permalink
Merge pull request #188 from afck/master
Browse files Browse the repository at this point in the history
Version change to 0.5.0
  • Loading branch information
Viv Rajkumar committed May 26, 2016
2 parents ebb6e20 + 3e5521c commit de464ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Self-Encryption - Change Log

## [0.5.0]
- Use SHA256 instead of SHA512.

## [0.4.0]
- Remove asynchronous code.
- Replace Deflate compression with Brotli.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "self_encryption"
readme = "README.md"
repository = "https://github.com/maidsafe/self_encryption"
version = "0.4.0"
version = "0.5.0"

[dependencies]
brotli2 = "~0.1.0"
Expand Down

0 comments on commit de464ad

Please sign in to comment.