diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ea653..48622a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v6](https://github.com/hardpixel/systemd-manager/tree/v6) (2022-04-07) + +[Full Changelog](https://github.com/hardpixel/systemd-manager/compare/v5...v6) + +**Merged pull requests:** + +- Seperate commands in shell call [\#5](https://github.com/hardpixel/systemd-manager/pull/5) ([hashworks](https://github.com/hashworks)) + ## [v5](https://github.com/hardpixel/systemd-manager/tree/v5) (2021-09-10) [Full Changelog](https://github.com/hardpixel/systemd-manager/compare/v4...v5) diff --git a/systemd-manager@hardpixel.eu/metadata.json b/systemd-manager@hardpixel.eu/metadata.json index 4308ba5..2284445 100644 --- a/systemd-manager@hardpixel.eu/metadata.json +++ b/systemd-manager@hardpixel.eu/metadata.json @@ -4,7 +4,7 @@ "url": "https://github.com/hardpixel/systemd-manager", "settings-schema": "org.gnome.shell.extensions.systemd-manager", "gettext-domain": "systemd-manager", - "version": 5, + "version": 6, "name": "Systemd Manager", "description": "Toggle systemd services on/off from a popup menu in the top gnome panel. Can be used to start services like apache2, mysql, postgres. It uses `pkexec' to run `sytemctl'. If you want to start services without entering a password you have to polkit policy file. An example policy file can be found in the github repository." }