diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fb8b6..d2e26ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v2.0.9 (2025-01-12) + +### Fix + +- **workflow**: change installation method to use pip for fair utilities +- **ramp-config**: fixes config not found error + ## v2.0.8 (2025-01-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 86aeee0..8618077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "2.0.8" +version = "2.0.9" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]