diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b94f1e..481a798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v1.17.1 +- Fix mutable default parameters in `property.search.retrieve` and `property_v2.search.retrieve` functions. + ### v1.17.0 - Added `has_pool` parameter to `property.search.retrieve` and `property_v2.search.retrieve` to filter properties by pool availability. diff --git a/parcllabs/__version__.py b/parcllabs/__version__.py index b32887e..45c7fd1 100644 --- a/parcllabs/__version__.py +++ b/parcllabs/__version__.py @@ -1 +1 @@ -VERSION = "1.17.0" +VERSION = "1.17.1"