diff --git a/CHANGELOG.md b/CHANGELOG.md index 50935c0..29cbf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.2] + +1. Import `dom_id`, `turbo_frame`, `turbo_stream` template tags. + ## [0.0.52] - 2021-9-6 Support multiple targets diff --git a/pyproject.toml b/pyproject.toml index 4565f78..2db56e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-turbo-response" -version = "1.0.1" +version = "1.0.2" description = "Hotwired/Turbo response helpers for Django" authors = ["Michael Yin "] license = "MIT"