diff --git a/CHANGELIST.md b/CHANGELIST.md index b9bb1116..c41e112e 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,16 @@ # QRiS Plugin +## [0.3.22] 2024 MAY 30 + +### Added +- Add a source dropdown in surfaces properties. #395 + +### Fixed +- Adding a Null geometry to envelope causes null envelope error when exporting project #308 + +### Changed +- Skip empty DCE layers when exporting QRIS project #409 + ## [0.3.21] 2024 MAY 24 ### Added diff --git a/__version__.py b/__version__.py index 8a093ac2..86cc58f3 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "0.3.21" +__version__ = "0.3.22"