Skip to content

Commit 1614752

Browse files
author
ladannasserian
committed
Prepare for release 2.0.0
1 parent 83880bb commit 1614752

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 2.0.0 *(11th September, 2017)*
5+
-------------------------------------------
6+
*(Supports analytics-ios 3.2.+ and Firebase 4.0+)*
7+
8+
* [Update](https://github.com/segment-integrations/analytics-ios-integration-firebase/pull/7/files):Bumps to 4.0. Removes deprecated pod appIndexing in subspec.
9+
* [Fix](https://github.com/segment-integrations/analytics-ios-integration-firebase/pull/9/files): Crash when passing a non NSString value through `traits` on `identify`.
10+
* [Fix](https://github.com/segment-integrations/analytics-ios-integration-firebase/pull/10/files): Mapping to Firebase logEvent and reserved Params and Constants.
11+
412
Version 1.0.0 *(2nd August, 2016)*
513
-------------------------------------------
614
*(Supports analytics-ios 3.2.+ and Firebase 3.3.+)*
@@ -11,4 +19,4 @@ Version 1.0.0-alpha *(2nd August, 2016)*
1119
-------------------------------------------
1220
*(Supports analytics-ios 3.2.+ and Firebase 3.3.+)*
1321

14-
Initial alpha release.
22+
Initial alpha release.

Segment-Firebase.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Firebase"
3-
s.version = "1.0.0"
3+
s.version = "2.0.0"
44
s.summary = "Firebase Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)