Skip to content

Commit 280ddf6

Browse files
chore: bump version to 4.59.4 and update changelog
1 parent 6dacd80 commit 280ddf6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## [4.59.4](https://github.com/plivo/plivo-python/tree/v4.59.4) (2026-01-09)
3+
**Feature - Profile API business_contact_email support**
4+
- Added `business_contact_email` parameter support to Profile `create` and `update` methods for PUBLIC entity types
5+
26
## [4.59.3](https://github.com/plivo/plivo-python/tree/v4.59.3) (2025-10-08)
37
**Feature - New Param added for Start Recording API.**
48
- Support `transcription_report_type` in Start Recording API and `transcriptionReportType` in Record XML.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='plivo',
13-
version='4.59.3',
13+
version='4.59.4',
1414
description='A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML',
1515
long_description=long_description,
1616
url='https://github.com/plivo/plivo-python',

0 commit comments

Comments
 (0)