From 73ffebf3fd3f3e2889fe03b084ff2a5bece614a2 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Thu, 13 Jun 2024 17:34:26 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418a324..c57d72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0 (2024-06-13) + + +### Features + +* add customerio basic setup ([#6](https://github.com/rudderlabs/rudder-integration-customerio-ios/issues/6)) ([b48d5ef](https://github.com/rudderlabs/rudder-integration-customerio-ios/commit/b48d5ef14cf1fc927a5290b4da68ddbb521330c3)) + ## 3.3.0 (2024-02-23) diff --git a/package.json b/package.json index e887765..3f8f17a 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "1.0.0", + "version": "1.1.0", "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools" }