diff --git a/docs/changelog.md b/docs/changelog.md index c5b68ac..87dbf88 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,14 @@ SPDX-License-Identifier: CC-BY-4.0 # Changelog of the Desktop Cube Extension +## [unreleased] + +**Release Date:** TBD + +#### Enhancements + +- Ported the extension to GNOME 49. + ## [Desktop Cube 28](https://github.com/schneegans/Desktop-Cube/releases/tag/v28) **Release Date:** 2025-03-08 diff --git a/metadata.json b/metadata.json index 389995f..3bd9d4f 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ }, "gettext-domain": "desktop-cube", "settings-schema": "org.gnome.shell.extensions.desktop-cube", - "shell-version": ["45", "46", "47", "48"], + "shell-version": ["45", "46", "47", "48", "49"], "url": "https://github.com/Schneegans/Desktop-Cube", "version": 28 }