diff --git a/CHANGELOG.md b/CHANGELOG.md index d63ac40fae1..fa9921c4b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.109 (2024-11-18) +------------------------- + * Add support for TST type testing channels + v9.3.108 (2024-11-18) ------------------------- * Add Org.suspended_on to track when an org was suspended diff --git a/pyproject.toml b/pyproject.toml index ea0440a9b8d..5f6fbe0d3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.108" +version = "9.3.109" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 7c21b9ff16d..15b4b7f1e80 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.108" +__version__ = "9.3.109" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.