diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dfcf2..6ec9b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.8.4...v1.0.0) (2024-11-22) + + +### ⚠ BREAKING CHANGES + +* major API and routing changes ([#60](https://github.com/PHACDataHub/django-htmx-autocomplete/issues/60)) + +### Features + +* major API and routing changes ([#60](https://github.com/PHACDataHub/django-htmx-autocomplete/issues/60)) ([0208d64](https://github.com/PHACDataHub/django-htmx-autocomplete/commit/0208d64e86dd0e89e1b9a09704638b60f5af6e85)) + ## [0.8.4](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.8.3...v0.8.4) (2024-07-30) diff --git a/setup.cfg b/setup.cfg index 5ba30f7..2798478 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-htmx-autocomplete -version = 0.8.4 +version = 1.0.0 description = A Django autocomplete component powered by htmx long_description = file: README.md long_description_content_type = text/markdown