Skip to content

Commit 0baf6ed

Browse files
committed
version bump
1 parent be4416a commit 0baf6ed

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,5 +1,9 @@
11
# Changelog
22

3+
## [2.2]
4+
### Added
5+
- Add support for sending transactional sms messages [#108](https://github.com/customerio/customerio-python/pull/108)
6+
37
## [2.1]
48
### Added
59
- Add support for sending [transactional push messages](https://customer.io/docs/transactional-api/#transactional-push-notifications) ([#95](https://github.com/customerio/customerio-python/pull/95))

customerio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 1, 0, 'final', 0)
1+
VERSION = (2, 2, 0, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

0 commit comments

Comments
 (0)