Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Nov 26, 2019
1 parent 30f8961 commit 7e57580
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions Snowplow/Snowplow.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SnowplowTracker.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit 7e57580

Please sign in to comment.