From 5e866b84e488fa92fde946a0a5df77bca83379fb Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:31:43 +0000 Subject: [PATCH] chore: release v1.5.6 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e5346..4ae720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.5.6](https://github.com/agrc/masquerade/compare/v1.5.5...v1.5.6) (2024-12-18) + + +### Bug Fixes + +* clean up and add city/county to standardized address ([95d9447](https://github.com/agrc/masquerade/commit/95d94472a85a773a200935e64179eb1e057c167f)) +* fix bug causing some candidates to be ignored ([c36eabf](https://github.com/agrc/masquerade/commit/c36eabfc44a4baf0681fd4062ae577e4ceda9917)) +* handle non-integer maxLocations parameter ([7a4a01d](https://github.com/agrc/masquerade/commit/7a4a01df26a62668aeaa3925119f7125c56e1366)) +* honor max_locations parameter for geocode requests ([51b7972](https://github.com/agrc/masquerade/commit/51b7972e6ad4604bcb2647da922fb27b0aba57c9)) +* support both variations of the single line input param name ([e6b982e](https://github.com/agrc/masquerade/commit/e6b982eb181e3df99c128b57c3dd6f7d97e5099b)) + ## [1.5.6-2](https://github.com/agrc/masquerade/compare/v1.5.6-1...v1.5.6-2) (2024-12-18) diff --git a/setup.py b/setup.py index ff6c03a..716f2d8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="masquerade", - version="1.5.6-2", + version="1.5.6", license="MIT", description="A proxy service that creates an Esri locator from UGRC data and web services.", author="UGRC",