diff --git a/CHANGELOG.md b/CHANGELOG.md index bfff75a..ba43934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.5](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.4...v1.0.5) (2024-11-27) + +### Bug Fixes + +- fix issue with dynamic formsets + ## [1.0.4](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.3...v1.0.4) (2024-11-26) ### Bug Fixes diff --git a/setup.cfg b/setup.cfg index 24881d3..982aa84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-htmx-autocomplete -version = 1.0.4 +version = 1.0.5 description = A Django autocomplete component powered by htmx long_description = file: README.md long_description_content_type = text/markdown