diff --git a/CHANGELIST.md b/CHANGELIST.md index 81454bd..08336ab 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,6 +1,19 @@ # QRiS Plugin -## [1.0.0] +## [1.0.2] 2024 OCT 08 + +### Added +- Mirror properties/metadata when automatically creating hillshade #470 +- Move metadata along with layer when the layer is promoted to another feature #439 + +### Fixed +- Raster slider export polygon not working #511 +- Riverscapes logo on plugin #280 +- Allow importing features from File Geodatabases #502 +- Metadata tab stability improvements + + +## [1.0.0] 2024 SEPT 19 ### Added - Additional Tool Tips #200 diff --git a/__version__.py b/__version__.py index d538f87..0058b93 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = "1.0.1" \ No newline at end of file