diff --git a/CHANGELOG.md b/CHANGELOG.md index b31449e44d..43277f12e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v9.1.158 (2024-06-26) +------------------------- + * Add day selection when doing flow start search + * Tweak mailroom_db to run on different port + v9.1.157 (2024-06-25) ------------------------- * Reorg of mailroom client diff --git a/pyproject.toml b/pyproject.toml index 5021491544..79c46e34ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.1.157" +version = "9.1.158" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 0a41cb0409..d1c026d666 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.1.157" +__version__ = "9.1.158" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.