Skip to content

Commit be5df01

Browse files
authored
Merge pull request #280 from Automattic/release/3.3.0
Bump version to 3.3.0
2 parents 1de5134 + f35b2f3 commit be5df01

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.2.0'
5+
s.version = '3.3.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _None._
3838

3939
### New Features
4040

41-
- Add function to log JavaScript exceptions in `CrashLogging` [#278]
41+
_None._
4242

4343
### Bug Fixes
4444

@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 3.3.0
52+
53+
### New Features
54+
55+
- Add function to log JavaScript exceptions in `CrashLogging` [#278]
56+
5157
## 3.2.0
5258

5359
### New Features
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.2.0";
4+
NSString *const TracksLibraryVersion = @"3.3.0";

0 commit comments

Comments
 (0)