Skip to content

Commit 948c764

Browse files
Bump version to 3.4.2 (#290)
2 parents d649f66 + 9e68c07 commit 948c764

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

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.4.1'
5+
s.version = '3.4.2'
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,24 @@ _None._
4242

4343
### Bug Fixes
4444

45+
_None._
46+
47+
### Internal Changes
48+
49+
_None._
50+
51+
## 3.4.2
52+
53+
### Breaking Changes
54+
55+
_None._
56+
57+
### New Features
58+
59+
_None._
60+
61+
### Bug Fixes
62+
4563
- Fix Xcode 16.0 Beta 1 compatibility by using Sentry 8.29.0 [#289]
4664

4765
### Internal Changes
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.4.1";
4+
NSString *const TracksLibraryVersion = @"3.4.2";

0 commit comments

Comments
 (0)