Skip to content

Commit bd981ad

Browse files
authored
Merge pull request #284 from Automattic/release-3.4.0
Bump version to 3.4.0
2 parents 5fd4fbc + bd891fc commit bd981ad

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.3.0'
5+
s.version = '3.4.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ _None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 3.4.0
52+
53+
### Bug Fixes
54+
55+
- Fix a deadlock while getting device info. [#282]
56+
57+
### Internal Changes
58+
4959
- The `device_info_status_bar_height` event property value now will always be zero. [#281]
5060
- Calculate `device_info_orientation` event property value based on "device orientation" rather than "interface orientation". [#281]
5161

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

0 commit comments

Comments
 (0)