From 7bc581b686374c45c235b9aca0d9f71a08a3f58f Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 20 Dec 2023 19:15:47 -0500 Subject: [PATCH] Update to 0.9.8 --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19985ac..e590c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.9.8 - 2023-12-20 + +* Fix issue #197 +* Partial fix for sync support + 0.9.7 - 2023-12-12 * Mention that there are two equivalent versions of the extension on the Chrome Web Store diff --git a/manifest.json b/manifest.json index 88eb98b..a8f9503 100644 --- a/manifest.json +++ b/manifest.json @@ -36,5 +36,5 @@ }, "permissions": ["activeTab", "scripting", "storage", "alarms"], "short_name": "PasswordMaker.org", - "version": "0.9.7" + "version": "0.9.8" }