Skip to content

Commit

Permalink
Update CHANGELOG.md for v9.3.119
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 26, 2024
1 parent 01853ee commit 950a7df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v9.3.119 (2024-11-26)
-------------------------
* Fix selecting of menu when going to group page
* Fix some JS errors on flow result pages
* Add team field to uesrs API endpoint and allowing filtering by multiple emails
* Stop validating flow revisions when fetching revision list
* Tweak axis scaling of engagement timeline chart
* Read engagement counts from new count model

v9.3.118 (2024-11-26)
-------------------------
* Add URL param (new=1) to read engagement chart data from new count model
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.118"
version = "9.3.119"
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.118"
__version__ = "9.3.119"

# 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 950a7df

Please sign in to comment.