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 }