You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# createsend-python history
2
2
3
+
## v9.1.3 - 4 Feb, 2025
4
+
* Updated cacert.pem. From [#92](https://github.com/campaignmonitor/createsend-python/pull/92)
5
+
* Updates various URLs to use HTTPS
6
+
* Fixes some URLs in CONTRIBUTING.md
7
+
* Use GH Workflow badge instead of inactive Travis one in documentation. From [#91](https://github.com/campaignmonitor/createsend-python/pull/91)
8
+
9
+
10
+
## v9.1.2 - 29 Jan, 2025
11
+
* This release updates the add() and update() methods in lib/subscriber.py, enabling users to add subscribers' mobile numbers along with their consent to receive SMS messages.
12
+
* Updated subscriber.py within samples to showcase new use cases resulting from these updates. [PR](https://github.com/campaignmonitor/createsend-python/pull/90)
13
+
3
14
## v9.0.2 - 23 Jan, 2025
4
15
* Improved error handling for 400 and 500 errors: Now displays error codes and error messages for better debugging.
0 commit comments