diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d832d..6441f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0-0](https://github.com/agrc/masquerade/compare/v1.5.5-2...v1.6.0-0) (2024-12-06) + + +### Features + +* replace address grid with city/county name for geocoding results ([f7fb731](https://github.com/agrc/masquerade/commit/f7fb7317cd39cd60b8c8389b761056a47e0c2e90)), closes [#182](https://github.com/agrc/masquerade/issues/182) + ## [1.5.5-2](https://github.com/agrc/masquerade/compare/v1.5.5-1...v1.5.5-2) (2024-12-06) diff --git a/setup.py b/setup.py index e0273a2..55ff9be 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="masquerade", - version="1.5.5-2", + version="1.6.0-0", license="MIT", description="A proxy service that creates an Esri locator from UGRC data and web services.", author="UGRC",