diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e64a9e1b2..e3bd9457226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v9.3.16 (2024-08-08) +------------------------- + * Stop generating prometheus API tokens + * Drop Ticket.body + v9.3.15 (2024-08-08) ------------------------- * Add Org.prometheus_token and backill from API tokens diff --git a/pyproject.toml b/pyproject.toml index 214f709fcd5..45ec8bc4e83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.15" +version = "9.3.16" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 408f45a6799..63025fc6863 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.15" +__version__ = "9.3.16" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.