diff --git a/django_unicorn/CHANGELOG.md b/django_unicorn/CHANGELOG.md index bfd227b8..dea3fb97 100644 --- a/django_unicorn/CHANGELOG.md +++ b/django_unicorn/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.37.2 + +- Fix: nested field attributes for `javascript_exclude`. + +[All changes since 0.37.1](https://github.com/adamghill/django-unicorn/compare/0.37.1...0.37.2). + ## v0.37.1 - Support nested field attributes for `javascript_exclude`. diff --git a/pyproject.toml b/pyproject.toml index 64af61b0..888653db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unicorn" -version = "0.37.1" +version = "0.37.2" description = "A magical full-stack framework for Django." authors = ["Adam Hill "] license = "MIT"