Skip to content

Commit

Permalink
Bump version to 3.5.1 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani authored Nov 29, 2024
2 parents be16349 + ccb367e commit 48c88ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.5.0'
s.version = '3.5.1'

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

### Internal Changes

- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]
_None._

### Breaking Changes
## 3.5.1

_None._
### Internal Changes

- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]

## 3.5.0

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.5.0";
NSString *const TracksLibraryVersion = @"3.5.1";

0 comments on commit 48c88ff

Please sign in to comment.