diff --git a/CHANGELIST.md b/CHANGELIST.md index 7b75575..4f93ece 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,22 @@ # QRiS Plugin +## [1.0.9] 2025 JAN 24 + +### Added +- Allow clip to AOI when importing existing feature class into DCE layer #562 + +### Fixed +- Bugs with AOI properties form (unique name constraints) +- Promote to Valley Bottom Icon +- Fix Virtual Area Fields and VB,AOI field fixes #564 +- Mapping multiple fields in an existing feature class to DCE Layer causes error #552 + +### Changed +- Analysis allow for metrics to be calculated for AOI's and Valley Bottoms #561 +- Add AOI's and Valley Bottoms to Climate Engine #561 +- Import Field Mapping Form improvements #552 + + ## [1.0.8] 2025 JAN 14 ### Added diff --git a/__version__.py b/__version__.py index a741792..de3670b 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "1.0.8" \ No newline at end of file +__version__ = "1.0.9" \ No newline at end of file