Skip to content

Commit b6979ef

Browse files
Merge pull request #275 from Automattic/release/3.2.0
Bump version to 3.2.0
2 parents 3c0988d + d3bb3a5 commit b6979ef

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.1.0";
4+
NSString *const TracksLibraryVersion = @"3.2.0";

0 commit comments

Comments
 (0)