diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ae732..1c74359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.8 - 2014-09-21 + +* Addresses issue #137 about filling in too many fields +* Only convert multi-byte characters when required + 0.7.7 - 2014-09-10 * Fixed a bug in password generation with 4-byte length characters diff --git a/manifest.json b/manifest.json index 73123a2..ce7d86e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "PasswordMaker Pro", "short_name": "PasswordMaker Pro", - "version": "0.7.7", + "version": "0.7.8", "manifest_version": 2, "description": "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org", "homepage_url": "https://github.com/passwordmaker/chrome-passwordmaker",