Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 9, 2024
1 parent cc4687c commit 152996d
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.2.0 (2024-09-09)


### Features

* add spm support for customerio integration ([#10](https://github.com/rudderlabs/rudder-integration-customerio-ios/issues/10)) ([cc4687c](https://github.com/rudderlabs/rudder-integration-customerio-ios/commit/cc4687c271dc43f709f5f636c8253feb80bf5183))

## 1.1.0 (2024-06-13)


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.1.0` is compatible with the `CustomerIO/DataPipelines` version `3.2.2`.
> **_NOTE:_** `Rudder-CustomerIO` version `1.2.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.1.0'
pod 'Rudder-CustomerIO', '~> 1.2.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.1.0",
"version": "1.2.0",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}

0 comments on commit 152996d

Please sign in to comment.