diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff32a6..2e47576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +1.0.1 - 2024-02-06 +------------------ + +* Add build_attrs filter to tailwind_filters.py +* Add attrs.html template for tailwind layout +* Refactor select.html and select_option.html templates +* Add id attribute to select elements +* Fix ID attribute in select element +* Add tests for select attributes + 1.0.0 - 2024-01-09 ------------------ diff --git a/crispy_tailwind/__init__.py b/crispy_tailwind/__init__.py index 5becc17..5c4105c 100644 --- a/crispy_tailwind/__init__.py +++ b/crispy_tailwind/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"