Skip to content

Commit

Permalink
Update CHANGELOG.md for v10.1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Feb 26, 2025
1 parent 998b9af commit 4696868
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 @@
v10.1.73 (2025-02-26)
-------------------------
* Fix contacts whose current_session_uuid doesn't match a waiting session
* Remove task to interrupt sessions as this is now handled by session expiration fires

v10.1.72 (2025-02-26)
-------------------------
* Fix join view when not logged in but URL correct
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "temba"
version = "10.1.72"
version = "10.1.73"
description = "Hosted service for visually building interactive messaging applications"
authors = [
{"name" = "Nyaruka", "email" = "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__ = "10.1.72"
__version__ = "10.1.73"

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

Please sign in to comment.