diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b34408..0d5d3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.1.4] + +1. Automatically change the status code in the middleware to 422 for failed form submissions requested by Turbo. +2. Add doc about `django-lifecycle` package. +3. Add doc about `morph` method in Turbo Stream. + ## [2.1.3] 1. Work with `Turbo 8 morph-refreshes` diff --git a/pyproject.toml b/pyproject.toml index 80429e5..635b918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-turbo-helper" -version = "2.1.3" +version = "2.1.4" description = "Hotwire/Turbo helpers for Django, inspired by Rails." authors = ["Michael Yin "] license = "MIT"