diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b328a..38f1b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 / 2019-01-06 + +* Set minimum supported browser versions to Chrome 63 and Firefox 60 (#102) +* Fix error handling and reporting when setup is not complete (#97, #93) +* Fix browser crash when jsonapi not configured (#104, #105) + ## 0.5.0 / 2018-12-31 * Support filling in basic auth credentials (can be turned off in settings) (#99) diff --git a/manifests/chrome-manifest-dev.json b/manifests/chrome-manifest-dev.json index a9a1577..7694e4a 100644 --- a/manifests/chrome-manifest-dev.json +++ b/manifests/chrome-manifest-dev.json @@ -2,7 +2,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/manifests/chrome-manifest.json b/manifests/chrome-manifest.json index fcc9c22..e2a33a4 100644 --- a/manifests/chrome-manifest.json +++ b/manifests/chrome-manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/manifests/firefox-manifest.json b/manifests/firefox-manifest.json index ba5b3d5..e209cac 100644 --- a/manifests/firefox-manifest.json +++ b/manifests/firefox-manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "short_name": "gopassbridge", "name": "Gopass Bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "__MSG_extensionDescription__", "author": "Martin Hoefling", "homepage_url": "https://github.com/gopasspw/gopassbridge", diff --git a/package.json b/package.json index 7c479e3..81f4010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gopassbridge", - "version": "0.5.0", + "version": "0.5.1", "description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager", "main": "web-extension/gopassbridge.js", "scripts": {