File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Sources/Model/ObjC/Constants Expand file tree Collapse file tree 3 files changed +6
-4
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.1 .0'
5+ s . version = '3.2 .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 @@ -50,13 +50,15 @@ _None._
5050
5151## 3.2.0
5252
53- - CrashLogging new API that supports logging Errors with Tag/Value
53+ ### New Features
54+
55+ - CrashLogging new API that supports logging Errors with Tag/Value [ #274 ]
5456
5557## 3.1.0
5658
5759### New Features
5860
59- - CrashLoggingDataProvider now allows to specify the events sampling rate
61+ - CrashLoggingDataProvider now allows to specify the events sampling rate [ # 271 ]
6062
6163## 3.0.0
6264
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.1 .0" ;
4+ NSString *const TracksLibraryVersion = @" 3.2 .0" ;
You can’t perform that action at this time.
0 commit comments