From 0227e13e87212c7b18f42c1c13ad6297f64b2ac7 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 16 Apr 2012 21:43:05 +0200 Subject: [PATCH] Version bump to 0.2.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdaa756..84dbfc10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ 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 * Removed unnecessary print commands