From 7e575804c403de9964cc5067b21c77e0632e19df Mon Sep 17 00:00:00 2001 From: Alex Benini Date: Thu, 21 Nov 2019 09:26:29 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 21 +++++++++++++-------- Snowplow/Snowplow.m | 6 +++--- SnowplowTracker.podspec | 2 +- VERSION | 2 +- 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c4c363246..aa4246ffe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,18 @@ +Version 1.1.5 (2019-11-25) +-------------------------- +Fix travis script not able to test on iOS 13.2 (#472) +Fix IDFA rejection when app submitted with v.1.1.4 (#470) + Version 1.1.4 (2019-11-11) -------------------------- -Fix doc of method setTimestamp (close #467) -Set simulator device model information when it runs on simulator (close #468) -Update swift demo app for 1.1.4 (close #460) -Update objc demo app for 1.1.4 (close #461) -Fix Slather (close #453) -SnowplowTracker-swift.h file not found static lib building (close #427) -Fix building issues on MacOS target (close #466) -Fix bridging issues importing the framework on swift demo app (close #458) +Fix doc of method setTimestamp (#467) +Set simulator device model information when it runs on simulator (#468) +Update swift demo app for 1.1.4 (#460) +Update objc demo app for 1.1.4 (#461) +Fix Slather (#453) +SnowplowTracker-swift.h file not found static lib building (#427) +Fix building issues on MacOS target (#466) +Fix bridging issues importing the framework on swift demo app (#458) Fix installation of SnowplowTracker via Carthage (#457) Fix Nocilla at 0.11 (#455) Comply with isAdvertisingTrackingEnabled (#447) diff --git a/Snowplow/Snowplow.m b/Snowplow/Snowplow.m index 69653c9e7..861f87321 100644 --- a/Snowplow/Snowplow.m +++ b/Snowplow/Snowplow.m @@ -27,11 +27,11 @@ @implementation Snowplow // --- Version #if SNOWPLOW_TARGET_IOS -NSString * const kSPVersion = @"ios-1.1.4"; +NSString * const kSPVersion = @"ios-1.1.5"; #elif SNOWPLOW_TARGET_TV -NSString * const kSPVersion = @"tvos-1.1.4"; +NSString * const kSPVersion = @"tvos-1.1.5"; #else -NSString * const kSPVersion = @"osx-1.1.4"; +NSString * const kSPVersion = @"osx-1.1.5"; #endif // --- Emitter diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index 10a99eaf5..bd039c572 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "1.1.4" + s.version = "1.1.5" s.summary = "Snowplow event tracker for iOS 7+. Add analytics to your iOS 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/VERSION b/VERSION index 65087b4f5..e25d8d9f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 +1.1.5