diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abc625..9e0fb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP5 -## Next Release +## 2024.2 (2024-02-24) * Added support for [Switches](https://getbootstrap.com/docs/5.2/forms/checks-radios/#switches). (#162) -* Added modal template +* Used `
` and `` to group related inputs. +* Added modal template. ## 2023.10 (2023-10-2023) * Added Django 5.0 and 4.2 support diff --git a/crispy_bootstrap5/__init__.py b/crispy_bootstrap5/__init__.py index e010868..01f3518 100644 --- a/crispy_bootstrap5/__init__.py +++ b/crispy_bootstrap5/__init__.py @@ -1 +1 @@ -__version__ = "2023.10" +__version__ = "2024.2"