diff --git a/django_unicorn/CHANGELOG.md b/django_unicorn/CHANGELOG.md index 4e1dcf0c..ac3ce1c6 100644 --- a/django_unicorn/CHANGELOG.md +++ b/django_unicorn/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.38.1 + +- Fix: Allow components to be `pickled` so they can be cached. + +[All changes since 0.38.0](https://github.com/adamghill/django-unicorn/compare/0.38.0...0.38.1). + ## v0.38.0 - Include request context in component templates. diff --git a/pyproject.toml b/pyproject.toml index a76512b6..a130e78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unicorn" -version = "0.38.0" +version = "0.38.1" description = "A magical full-stack framework for Django." authors = ["Adam Hill "] license = "MIT"