From e7f6d2ed7138598df96c23cec551d42359e80190 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Thu, 28 Mar 2024 06:28:25 +0000 Subject: [PATCH] chore(release): 1.26.1 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- Sources/Classes/Headers/RSVersion.h | 2 +- package.json | 2 +- sonar-project.properties | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f01776b..7bbf9d61 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.26.1](https://github.com/rudderlabs/rudder-sdk-ios/compare/v1.26.0...v1.26.1) (2024-03-28) + + +### Bug Fixes + +* initializing MetricsReporter and CrashReporter only if it's enabled for a customer ([#491](https://github.com/rudderlabs/rudder-sdk-ios/issues/491)) ([48c4ae1](https://github.com/rudderlabs/rudder-sdk-ios/commit/48c4ae18354d66cae9b14f039c6826a7bbb72d50)) + ## [1.26.0](https://github.com/rudderlabs/rudder-sdk-ios/compare/v1.25.3...v1.26.0) (2024-03-19) diff --git a/README.md b/README.md index bc0fdfb0..d5146bc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- +

@@ -39,7 +39,7 @@ The iOS SDK is available through [**CocoaPods**](https://cocoapods.org), [**Cart To install the SDK, simply add the following line to your Podfile: ```xcode -pod 'Rudder', '1.26.0' +pod 'Rudder', '1.26.1' ``` ### Carthage @@ -47,7 +47,7 @@ pod 'Rudder', '1.26.0' For Carthage support, add the following line to your `Cartfile`: ```xcode -github "rudderlabs/rudder-sdk-ios" "v1.26.0" +github "rudderlabs/rudder-sdk-ios" "v1.26.1" ``` > Remember to include the following code in all `.m` and `.h` files where you want to refer to or use the RudderStack SDK classes, as shown: @@ -71,7 +71,7 @@ You can also add the RudderStack iOS SDK via Swift Package Mangaer, via one of t * Enter the package repository (`git@github.com:rudderlabs/rudder-sdk-ios.git`) in the search bar. -* In **Dependency Rule**, select **Up to Next Major Version** and enter `1.26.0` as the value, as shown: +* In **Dependency Rule**, select **Up to Next Major Version** and enter `1.26.1` as the value, as shown: ![Setting dependency](https://user-images.githubusercontent.com/59817155/145574696-8c849749-13e0-40d5-aacb-3fccb5c8e67d.png) @@ -99,7 +99,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "1.26.0") + .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "1.26.1") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sources/Classes/Headers/RSVersion.h b/Sources/Classes/Headers/RSVersion.h index 111c5346..43453553 100644 --- a/Sources/Classes/Headers/RSVersion.h +++ b/Sources/Classes/Headers/RSVersion.h @@ -8,6 +8,6 @@ #ifndef RSVersion_h #define RSVersion_h -NSString *const SDK_VERSION = @"1.26.0"; +NSString *const SDK_VERSION = @"1.26.1"; #endif /* RSVersion_h */ diff --git a/package.json b/package.json index 0bdeb6b6..c8fefe1c 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "1.26.0", + "version": "1.26.1", "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools" } diff --git a/sonar-project.properties b/sonar-project.properties index a0c6936c..4e4f1c51 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-ios sonar.organization=rudderlabs sonar.projectName=RudderStack iOS SDK -sonar.projectVersion=1.26.0 +sonar.projectVersion=1.26.1 # C/C++/Objective-C related details # sonar.cfamily.compile-commands=compile_commands.json