Skip to content

Commit

Permalink
Bump version to 3.5.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jul 23, 2024
1 parent c58c9c6 commit 4d7d713
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 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.2'
s.version = '3.5.0'

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

### New Features

- Exposed Sentry's `onCrashedLastRun` to `CrashLoggingDataProvider`.
- Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]
_None._

### Bug Fixes

Expand All @@ -49,24 +48,24 @@ _None._

_None._

## 3.4.2

### Breaking Changes

_None._

## 3.5.0

### New Features

_None._
- Exposed Sentry's `onCrashedLastRun` to `CrashLoggingDataProvider`. [#292]
- Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]

## 3.4.2

### Bug Fixes

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

### Internal Changes

_None._

## 3.4.1

### Bug Fixes
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.2";
NSString *const TracksLibraryVersion = @"3.5.0";

0 comments on commit 4d7d713

Please sign in to comment.