Skip to content

Commit a8e0151

Browse files
committed
Prepare for 6.0.2 release
1 parent 7d951da commit a8e0151

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 6.0.2 (2024-04-02)
2+
--------------------------
3+
Fix non-published constructor for MediaPlaybackRateChangeEvent (#884)
4+
Remove deprecated name property in SPM package file for the Mocker dependency on Swift 5.9 (#881) thanks to @nvelichkin
5+
16
Version 6.0.1 (2024-02-14)
27
--------------------------
38
Make EmitterEvent constructor public (#876)

Examples

SnowplowTracker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SnowplowTracker"
3-
s.version = "6.0.1"
3+
s.version = "6.0.2"
44
s.summary = "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games."
55
s.description = <<-DESC
66
Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events.

Sources/Core/TrackerConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import Foundation
1515

1616
// --- Version
17-
let kSPRawVersion = "6.0.1"
17+
let kSPRawVersion = "6.0.2"
1818
#if os(iOS)
1919
let kSPVersion = "ios-\(kSPRawVersion)"
2020
#elseif os(tvOS)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
6.0.2

0 commit comments

Comments
 (0)