diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a92dfa0..02cdfbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Bump minimum QGIS version to 3.18 + ## [0.3.4] - 2021-12-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index df9fc42d..4fcdcaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ exclude = """\ [tool.qgis-plugin.metadata] name = "QGIS GeoNode" -qgisMinimumVersion = "3.10" +qgisMinimumVersion = "3.18" icon = "mIconGeonode.svg" experimental = "True" deprecated = "False" @@ -42,6 +42,9 @@ tracker = "https://github.com/kartoza/qgis_geonode/issues" repository = "https://github.com/kartoza/qgis_geonode" tags = [ "geonode", + "wms", + "wfs", + "wcs", ] category = "plugins" hasProcessingProvider = "no"