Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.4]
### Added
- Add support for sending transactional in-app messages [#113](https://github.com/customerio/customerio-python/pull/113)

## [2.3]
### Added
- Add support for sending transactional inbox messages [#110](https://github.com/customerio/customerio-python/pull/110)
Expand Down
2 changes: 1 addition & 1 deletion customerio/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 3, 0, 'final', 0)
VERSION = (2, 4, 0, 'final', 0)

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down
Loading