diff --git a/django_unicorn/CHANGELOG.md b/django_unicorn/CHANGELOG.md index 4f352db1..bfd227b8 100644 --- a/django_unicorn/CHANGELOG.md +++ b/django_unicorn/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.37.1 + +- Support nested field attributes for `javascript_exclude`. + +[All changes since 0.37.0](https://github.com/adamghill/django-unicorn/compare/0.37.0...0.37.1). + ## v0.37.0 - Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error. diff --git a/pyproject.toml b/pyproject.toml index a6483254..64af61b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unicorn" -version = "0.37.0" +version = "0.37.1" description = "A magical full-stack framework for Django." authors = ["Adam Hill "] license = "MIT"