Skip to content

Commit c34b18f

Browse files
committed
updating version and changelog
1 parent d09b08e commit c34b18f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0]
4+
### Changed
5+
- Updated transactional email request optional argument `amp_body` to `body_amp` for consistency across APIs ([#93](https://github.com/customerio/customerio-python/pull/93))
6+
37
## [1.6.1]
48
### Added
59
- Added the `disable_css_preprocessing` and `language` optional fields to send request
@@ -16,7 +20,6 @@
1620
### Added
1721
- Support for EU region
1822

19-
### Removed
2023
### Changed
2124
- `customerio.CustomerIO` and `customerio.APIClient` have a new keyword parameter `region` that can be set to either `Regions.US` or `Regions.EU`
2225

customerio/__version__.py

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

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

0 commit comments

Comments
 (0)