Skip to content

Commit

Permalink
Update CHANGELOG.md for v9.3.96
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 7, 2024
1 parent f93c00a commit fab8369
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v9.3.96 (2024-11-07)
-------------------------
* Fix org obj perms mixin for staff users
* Omit temba-org header in some cases
* Fix org start view and org_perms context processor for servicing staff users
* Remove no longer used partial template view

v9.3.95 (2024-11-07)
-------------------------
* Only allow GET requests by servicing staff users
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temba"
version = "9.3.95"
version = "9.3.96"
description = "Hosted service for visually building interactive messaging applications"
authors = ["Nyaruka <code@nyaruka.com>"]

Expand Down
2 changes: 1 addition & 1 deletion temba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "9.3.95"
__version__ = "9.3.96"

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
Expand Down

0 comments on commit fab8369

Please sign in to comment.