Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 6, 2024
1 parent 540f800 commit 3620348
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.3.0 (2024-11-06)


### Features

* upgraded customer.io SDK version to 3.5.1 ([#13](https://github.com/rudderlabs/rudder-integration-customerio-ios/issues/13)) ([540f800](https://github.com/rudderlabs/rudder-integration-customerio-ios/commit/540f800b3fdcc2739d4fde47233cdaf78221477c))

## 1.2.0 (2024-09-09)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Questions? Please join our [Slack channel](https://resources.rudderstack.com/joi

## Integrating CustomerIO with the RudderStack iOS SDK

> **_NOTE:_** `Rudder-CustomerIO` version `1.2.0` is compatible with the `CustomerIO/DataPipelines` version `3.2.2`.
> **_NOTE:_** `Rudder-CustomerIO` version `1.3.0` is compatible with the `CustomerIO/DataPipelines` version `3.2.2`.
1. Add [CustomerIO](https://customer.io/) as a destination in the [RudderStack dashboard](https://app.rudderstack.com/).

Expand All @@ -21,7 +21,7 @@ Questions? Please join our [Slack channel](https://resources.rudderstack.com/joi
Add the following line to your Podfile and followed by `pod install`:

```ruby
pod 'Rudder-CustomerIO', '~> 1.2.0'
pod 'Rudder-CustomerIO', '~> 1.3.0'
```

### Swift Package Manager (SPM)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.0",
"version": "1.3.0",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}

0 comments on commit 3620348

Please sign in to comment.