diff --git a/CHANGELOG.md b/CHANGELOG.md index c146df9..3aa47d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.1.1] +## [2.1.2] 1. Update to work with django-actioncable>=1.0.4 2. Support part of [turbo_power](https://github.com/marcoroth/turbo_power) turbo stream actions. diff --git a/pyproject.toml b/pyproject.toml index 9acba03..24a5066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-turbo-helper" -version = "2.1.1" +version = "2.1.2" description = "Hotwire/Turbo helpers for Django, inspired by Rails." authors = ["Michael Yin "] license = "MIT"