From 8b08577c364728ee0822b000cdb5482ace22cf75 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst Date: Sat, 10 Jun 2023 16:33:22 +0100 Subject: [PATCH] Updated changelog and bumped version for release (v13.0) --- docs/CHANGELOG.md | 4 ++++ extension/metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d0a9fe8..053acbc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog: +### v13: - `2023-06-10` + - Added donation information to metadata + - Internal code structure changes (preparation for future) + ### v12: - `2023-05-27` - Renamed extension to "Privacy Quick Settings" - Replaced tray icon with system privacy icon diff --git a/extension/metadata.json b/extension/metadata.json index dd70193..22a7758 100644 --- a/extension/metadata.json +++ b/extension/metadata.json @@ -16,5 +16,5 @@ "43", "44" ], - "version": 12 + "version": 13 }