File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Sources/Model/ObjC/Constants Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22
33Pod ::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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.4.2 " ;
4+ NSString *const TracksLibraryVersion = @" 3.5.0 " ;
You can’t perform that action at this time.
0 commit comments