Version bump to 0.2.0

This commit is contained in:
Manuel Ebert 2012-04-16 21:43:05 +02:00
parent 5e41861d61
commit 0227e13e87

View file

@ -1,6 +1,11 @@
Changelog Changelog
========= =========
### 0.2.0
* Encrypts using CBC
* `key` has been renamed to `password` in config to avoid confusion. (The key use to encrypt and decrypt a journal is the SHA256-hash of the password.)
### 0.1.1 ### 0.1.1
* Removed unnecessary print commands * Removed unnecessary print commands