Skip to content

Commit b06803f

Browse files
committed
version bump
1 parent 6b03f87 commit b06803f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Customerio 5.4.0 - June 13, 2025
2+
### Changed
3+
- Added `send_sms` to `APIClient` and `SendSMSRequest` to support sending transactional push notifications.
4+
15
## Customerio 5.3.0 - December 8, 2023
26
### Changed
37
- The `identify` method has been updated to allow the customer ID to be specified separately from the attributes, using the `customer_id` attribute. This allows a person to be updated by identifying them by e.g.: their email address. Thanks to trwalzer, jrbeck and jeremyw for the original changes that this is based on.

lib/customerio/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Customerio
2-
VERSION = "5.3.0"
2+
VERSION = "5.4.0"
33
end

0 commit comments

Comments
 (0)