diff --git a/CHANGELOG.md b/CHANGELOG.md index 17bf9958a8a..6e74c77db7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v9.1.143 (2024-06-12) +------------------------- + * Update smartmin + * Delete recovery tokens when new ones are created or email changed + * Populate airtime transfer uuids + v9.1.142 (2024-06-12) ------------------------- * Add AirtimeTransfer.external_id diff --git a/pyproject.toml b/pyproject.toml index a380d011c77..bac7fff73c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.1.142" +version = "9.1.143" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index f677d55a24b..68da376f676 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.1.142" +__version__ = "9.1.143" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.