diff --git a/CHANGELOG.md b/CHANGELOG.md index 66bdaa9..84391cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.2 (2024-11-23) + +### Fix + +- **lib**: remove hard gdal installation requirements + ## v2.0.1 (2024-11-22) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6ddc588..3d20460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "2.0.1" +version = "2.0.2" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]