Skip to content

Commit dd8265f

Browse files
authored
Merge pull request #223 from WideSpectrumComputing/Release-v2.3.4
chore: resolve #222 - Release v2.3.4
2 parents ff4acf3 + 3d55b8d commit dd8265f

11 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co
2525

2626
## Release Notes
2727

28+
### 2.3.4
29+
30+
- fix: resolve #218 - Failsafe to ensure obj is not nil when creating dict literal
31+
2832
### 2.3.3
2933

3034
- fix: resolve #190 - Fix Cocoapods build warnings in RollbarNotifier

RollbarAUL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarAUL"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarCocoaLumberjack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarCocoaLumberjack"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarCommon"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarDeploys.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarDeploys"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarKSCrash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarKSCrash"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarNotifier.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarNotifier"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#pragma mark - constants
1616

17-
static NSString * const NOTIFIER_VERSION = @"2.3.3";
17+
static NSString * const NOTIFIER_VERSION = @"2.3.4";
1818

1919
static NSString * const NOTIFIER_NAME = @"rollbar-apple";
2020

RollbarPLCrashReporter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.3.3"
10+
s.version = "2.3.4"
1111
s.name = "RollbarPLCrashReporter"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarSDK.experimental_podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|
99

1010
# Rollbar SDK:
1111
# ============
12-
sdk.version = "2.3.3"
12+
sdk.version = "2.3.4"
1313
sdk.name = "RollbarSDK"
1414
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1515
sdk.description = <<-DESC

0 commit comments

Comments
 (0)