From 9213e90e5fa16e578b651394745e1ce3f14f2f8a Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Fri, 24 May 2024 09:18:55 -0500 Subject: [PATCH] Update CHANGELOG.md for v9.1.126 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- temba/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270202e3403..e22289d357a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v9.1.126 (2024-05-24) +------------------------- + * Mailroom client should use content-type header on responses to know whether to parse as JSON + * Ensure anon users can access API docs + v9.1.125 (2024-05-23) ------------------------- * Add csrf on hidden element diff --git a/pyproject.toml b/pyproject.toml index d6ea77eb75c..69791b91a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.1.125" +version = "9.1.126" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 92e607d2317..c1d7d979f43 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.1.125" +__version__ = "9.1.126" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.