File tree Expand file tree Collapse file tree
Sources/Model/ObjC/Constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Pod ::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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.4.1 " ;
4+ NSString *const TracksLibraryVersion = @" 3.4.2 " ;
You can’t perform that action at this time.
0 commit comments