Skip to content

Commit

Permalink
Update CHANGELOG.md for v9.3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 19, 2024
1 parent 0c5e976 commit d8ad831
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v9.3.43 (2024-09-19)
-------------------------
* Add support broadcast status (C)COMPLETED
* Remove broadcasts from Outbox now that they have their own page
* Put starts before webhooks on flow history menu

v9.3.42 (2024-09-18)
-------------------------
* Cleanup how we read and anonymize channel logs
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.42"
version = "9.3.43"
description = "Hosted service for visually building interactive messaging applications"
authors = ["Nyaruka <[email protected]>"]

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.42"
__version__ = "9.3.43"

# 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 d8ad831

Please sign in to comment.