Skip to content

Commit

Permalink
Merge pull request #275 from Automattic/release/3.2.0
Browse files Browse the repository at this point in the history
Bump version to 3.2.0
  • Loading branch information
spencertransier authored Dec 19, 2023
2 parents 3c0988d + d3bb3a5 commit b6979ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Automattic-Tracks-iOS'
s.version = '3.1.0'
s.version = '3.2.0'

s.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
s.description = <<-DESC
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ _None._

## 3.2.0

- CrashLogging new API that supports logging Errors with Tag/Value
### New Features

- CrashLogging new API that supports logging Errors with Tag/Value [#274]

## 3.1.0

### New Features

- CrashLoggingDataProvider now allows to specify the events sampling rate
- CrashLoggingDataProvider now allows to specify the events sampling rate [#271]

## 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion Sources/Model/ObjC/Constants/TracksConstants.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "TracksConstants.h"

NSString *const TracksErrorDomain = @"TracksErrorDomain";
NSString *const TracksLibraryVersion = @"3.1.0";
NSString *const TracksLibraryVersion = @"3.2.0";

0 comments on commit b6979ef

Please sign in to comment.