diff --git a/CHANGELOG.md b/CHANGELOG.md index 349a286..e50b0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.8.2 - 2015-05-01 + +* Added feature #147: time-based password expiration option +* Added option to hide the "Save Password" option field from the popup +* Updated jQuery, QUnit and sjcl.js + 0.8.1 - 2015-01-28 * Fixes issue #143 diff --git a/manifest.json b/manifest.json index 2e0d21e..1d02661 100644 --- a/manifest.json +++ b/manifest.json @@ -25,5 +25,5 @@ "offline_enabled": true, "options_page": "html/options.html", "permissions": ["activeTab", "storage", "alarms"], - "version": "0.8.1" + "version": "0.8.2" }