Skip to content

Commit cc32d51

Browse files
committed
Prepare for 6.2.0 release
1 parent 2b70a30 commit cc32d51

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 6.2.0 (2025-02-11)
2+
--------------------------
3+
Add an option to continue previously persisted session when the app restarts rather than starting a new one (#912)
4+
Make SelfDescribingJson class open to allow for inheritance (#906) thanks to @TwoDollarsEsq
5+
16
Version 6.1.0 (2025-01-16)
27
--------------------------
38
Add new WebView interface (#913)

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.1.0"
3+
s.version = "6.2.0"
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.1.0"
17+
let kSPRawVersion = "6.2.0"
1818
#if os(iOS)
1919
let kSPVersion = "ios-\(kSPRawVersion)"
2020
#elseif os(tvOS)

0 commit comments

Comments
 (0)