Skip to content

Commit cee13b6

Browse files
authored
Merge pull request #114 from customerio/release-v2.4.0
2 parents 723b21d + ec6daea commit cee13b6

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.4]
4+
### Added
5+
- Add support for sending transactional in-app messages [#113](https://github.com/customerio/customerio-python/pull/113)
6+
37
## [2.3]
48
### Added
59
- Add support for sending transactional inbox messages [#110](https://github.com/customerio/customerio-python/pull/110)

customerio/__version__.py

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

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

0 commit comments

Comments
 (0)