Skip to content

Commit

Permalink
Bump version to 3.4.2 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroalonso authored Jun 18, 2024
2 parents d649f66 + 9e68c07 commit 948c764
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 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.4.1'
s.version = '3.4.2'

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

### Bug Fixes

_None._

### Internal Changes

_None._

## 3.4.2

### Breaking Changes

_None._

### New Features

_None._

### Bug Fixes

- Fix Xcode 16.0 Beta 1 compatibility by using Sentry 8.29.0 [#289]

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

0 comments on commit 948c764

Please sign in to comment.