diff --git a/CHANGELOG.md b/CHANGELOG.md index c563563..65ae749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A +## [1.0.1] - 2024-08-29 + +### Added + +- New examples TIFs for "basic workflow" notebook (#159) + +### Changed + +- Update Installation documentation (#159) +- Update Overview documentation (#159) +- Update notebooks (#159) + +### Removed + +- Delete old example TIFs for "basic workflow" notebook (#159) + +### Fixed + +- Fix typo in REAME "Quick Start" section (#159) ## [1.0.0] - 2024-08-29 diff --git a/pyproject.toml b/pyproject.toml index d96cd40..33afd65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python" ] -version = "1.0" +version = "1.0.1" dependencies = [ "geopandas >= 0.13.2", "rioxarray >= 0.14.1",