Skip to content

Commit 3a43891

Browse files
committed
Update CHANGELOG.md for v10.1.102
1 parent 753a09a commit 3a43891

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v10.1.102 (2025-03-21)
2+
-------------------------
3+
* Update broadcast views to support quick replies as structs and add data migration to convert existing scheduled broadcasts.
4+
* Use boolean field for TMS link shortening config form field
5+
16
v10.1.101 (2025-03-21)
27
-------------------------
38
* Add API support for extra on quick replies

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temba"
3-
version = "10.1.101"
3+
version = "10.1.102"
44
description = "Hosted service for visually building interactive messaging applications"
55
authors = [
66
{"name" = "Nyaruka", "email" = "code@nyaruka.com"}

temba/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "10.1.101"
1+
__version__ = "10.1.102"
22

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

0 commit comments

Comments
 (0)