diff --git a/CHANGELOG.md b/CHANGELOG.md index b4aa772..bfff75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,24 @@ # Changelog -## [1.0.3](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.2...v1.0.3) (2024-11-22) +## [1.0.4](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.3...v1.0.4) (2024-11-26) + +### Bug Fixes + +- fix issue in single-select when toggling to a different element + +## [1.0.3](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.2...v1.0.3) (2024-11-26) ### Bug Fixes - fix issue with lazy placeholder strings causing a json serialization exception -## [1.0.2](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.1...v1.0.2) (2024-11-22) +## [1.0.2](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.1...v1.0.2) (2024-11-25) ### Bug Fixes - fix issue with model-autocomplete repeatedly evaluating queryset, causing N queries for N items -## [1.0.1](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.0...v1.0.1) (2024-11-22) +## [1.0.1](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.0...v1.0.1) (2024-11-25) ### Bug Fixes diff --git a/setup.cfg b/setup.cfg index a90a3a1..24881d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-htmx-autocomplete -version = 1.0.3 +version = 1.0.4 description = A Django autocomplete component powered by htmx long_description = file: README.md long_description_content_type = text/markdown