Skip to content

Commit 4d7d713

Browse files
committed
Bump version to 3.5.0 stable
1 parent c58c9c6 commit 4d7d713

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Automattic-Tracks-iOS.podspec

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

33
Pod::Spec.new do |s|
44
s.name = 'Automattic-Tracks-iOS'
5-
s.version = '3.4.2'
5+
s.version = '3.5.0'
66

77
s.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
88
s.description = <<-DESC

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ _None._
3838

3939
### New Features
4040

41-
- Exposed Sentry's `onCrashedLastRun` to `CrashLoggingDataProvider`.
42-
- Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]
41+
_None._
4342

4443
### Bug Fixes
4544

@@ -49,24 +48,24 @@ _None._
4948

5049
_None._
5150

52-
## 3.4.2
5351

5452
### Breaking Changes
5553

5654
_None._
5755

56+
## 3.5.0
57+
5858
### New Features
5959

60-
_None._
60+
- Exposed Sentry's `onCrashedLastRun` to `CrashLoggingDataProvider`. [#292]
61+
- Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]
62+
63+
## 3.4.2
6164

6265
### Bug Fixes
6366

6467
- Fix Xcode 16.0 Beta 1 compatibility by using Sentry 8.29.0 [#289]
6568

66-
### Internal Changes
67-
68-
_None._
69-
7069
## 3.4.1
7170

7271
### Bug Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#import "TracksConstants.h"
22

33
NSString *const TracksErrorDomain = @"TracksErrorDomain";
4-
NSString *const TracksLibraryVersion = @"3.4.2";
4+
NSString *const TracksLibraryVersion = @"3.5.0";

0 commit comments

Comments
 (0)