Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #186 from afck/master
Version change to 0.4.0
  • Loading branch information
Viv Rajkumar committed May 26, 2016
2 parents 2dfb023 + d1e9206 commit 79c5323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Self-Encryption - Change Log

## [0.4.0]
- Remove asynchronous code.
- Replace Deflate compression with Brotli.
- Use `Result`s instead of panic.

## [0.3.1]
- Fix truncate, flagging first two chunks for encryption, and add new test.
- Updates contributor agreement.
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.3.1"
version = "0.4.0"

[dependencies]
brotli2 = "~0.1.0"
Expand Down

0 comments on commit 79c5323

Please sign in to comment.