From afde6b248c65ee5b13e040a1f9d474b7418299e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Tue, 8 Aug 2023 10:21:00 +0200 Subject: [PATCH] Prepare for 5.4.2 release --- CHANGELOG | 4 ++++ Examples | 2 +- SnowplowTracker.podspec | 2 +- Sources/Core/TrackerConstants.swift | 2 +- VERSION | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e7deb358b..4c70875fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 5.4.2 (2023-08-08) +-------------------------- +Update vendor and version of the player schema used in media tracking (#812) + Version 5.4.1 (2023-07-19) -------------------------- Add thread-safety to a globalContext manager function (#809) diff --git a/Examples b/Examples index f9b62ba77..9d851e13f 160000 --- a/Examples +++ b/Examples @@ -1 +1 @@ -Subproject commit f9b62ba77dd05420991faaefef9aea79c38b3d08 +Subproject commit 9d851e13f8ca357a394c60695777c3970f8ed9bc diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index 1ed592d95..aa7a20154 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "5.4.1" + s.version = "5.4.2" s.summary = "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games." s.description = <<-DESC 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. diff --git a/Sources/Core/TrackerConstants.swift b/Sources/Core/TrackerConstants.swift index fbd7876f7..43286dbc8 100644 --- a/Sources/Core/TrackerConstants.swift +++ b/Sources/Core/TrackerConstants.swift @@ -14,7 +14,7 @@ import Foundation // --- Version -let kSPRawVersion = "5.4.1" +let kSPRawVersion = "5.4.2" #if os(iOS) let kSPVersion = "ios-\(kSPRawVersion)" #elseif os(tvOS) diff --git a/VERSION b/VERSION index ade65226e..8ae03c119 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.1 +5.4.2