Skip to content

Commit

Permalink
Update CHANGELOG.md for v9.1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Apr 2, 2024
1 parent 78be936 commit c48f4b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v9.1.68 (2024-04-02)
-------------------------
* Use mailroom endpoints to create messages and events during Android syncing
* Drop support for returning template components as dict

v9.1.67 (2024-04-01)
-------------------------
* Update template editor to work with comps as list
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.1.67"
version = "9.1.68"
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.1.67"
__version__ = "9.1.68"

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

Please sign in to comment.