diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 71d7203..b47a885 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog: +### v25: - `2024-08-06` + - Added GNOME 47 support + - Added Slovak translation - [Jozef](https://github.com/dodog) (#49) + - Updated installation instructions + - Updated pipeline runners + ### v24: - `2024-02-29` - Added setting to allow toggling all settings at once by clicking the privacy group - Added support for GNOME 46 diff --git a/extension/metadata.json b/extension/metadata.json index 261fea8..bba93bf 100644 --- a/extension/metadata.json +++ b/extension/metadata.json @@ -12,5 +12,5 @@ "shell-version": [ "45", "46", "47" ], - "version": 24 + "version": 25 }