diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ca0d6..864ff93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ Unreleased --> +## 0.11.0 - 2022-11-16 + +- Add new job to manage custom splash screen +- Fix: job shortcut-manager was failing when icon is not defined +- Bump dependencies + ## 0.10.0 - 2022-05-25 - Minor bug fixes diff --git a/qgis_deployment_toolbelt/__about__.py b/qgis_deployment_toolbelt/__about__.py index 3bba0c87..2382ae4a 100644 --- a/qgis_deployment_toolbelt/__about__.py +++ b/qgis_deployment_toolbelt/__about__.py @@ -36,7 +36,7 @@ __uri_tracker__ = "https://github.com/Guts/qgis-deployment-cli/issues/" __uri__ = __uri_repository__ -__version__ = "0.10.0" +__version__ = "0.11.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num