From 93a651d0c412359bc20badad3dd603a41cdf6850 Mon Sep 17 00:00:00 2001 From: Miranda Wilson Date: Wed, 12 Jul 2023 09:39:03 +0100 Subject: [PATCH] Prepare for 5.4.0 release --- CHANGELOG | 6 ++++++ Examples | 2 +- SnowplowTracker.podspec | 2 +- Sources/Core/TrackerConstants.swift | 2 +- VERSION | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ff0d8727b..103503aee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 5.4.0 (2023-07-12) +-------------------------- +Add Snowplow ecommerce events and entities (#800) +Increase interval for updating platform context properties from 0.1s to 1s (#798) +Expose property for retrieving payload in ConsentDocument that was removed in v5 (#804) + Version 5.3.1 (2023-07-06) -------------------------- Fix incorrect date deserialization when reading the install timestamp from 1.7 version of the tracker (#801) diff --git a/Examples b/Examples index 40b17aa76..65b00e6c0 160000 --- a/Examples +++ b/Examples @@ -1 +1 @@ -Subproject commit 40b17aa768f47e9f17f3eba13257ffa5ce9f1554 +Subproject commit 65b00e6c06a9f6187514d6a3eccbd83e22ba9b65 diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index 58321737e..28dfb053b 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "5.3.1" + s.version = "5.4.0" 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 796b17790..6504ecb09 100644 --- a/Sources/Core/TrackerConstants.swift +++ b/Sources/Core/TrackerConstants.swift @@ -14,7 +14,7 @@ import Foundation // --- Version -let kSPRawVersion = "5.3.1" +let kSPRawVersion = "5.4.0" #if os(iOS) let kSPVersion = "ios-\(kSPRawVersion)" #elseif os(tvOS) diff --git a/VERSION b/VERSION index c7cb1311a..8a30e8f94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.1 +5.4.0