diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5784b3d88..b701c2ea709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.29 (2024-08-27) +------------------------- + * Fix authorization code, verification, redirect URI + v9.3.28 (2024-08-27) ------------------------- * Authorization code cannot be debugged diff --git a/pyproject.toml b/pyproject.toml index f0b3515797f..b4dac297c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.28" +version = "9.3.29" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 5f4c049b710..dad85c64a84 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.28" +__version__ = "9.3.29" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.