Skip to content

Commit 5ffed9b

Browse files
committed
Prepare for release 3.2.0
1 parent ca95e3f commit 5ffed9b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 3.2.0 *(15th July, 2020)*
5+
---------------------------------
6+
* Updated Carthage to use Analytics 4.0.x.
7+
* Moved Carthage files to proper location.
8+
49
Version 3.1.0 *(14th July, 2020)*
510
---------------------------------
611
* Removed version pinning for Amplitude.

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Releasing
44
1. Ensure you are on the `master` branch with your latest changes pulled down.
55
2. Update the version in `Segment-Amplitude.podspec`.
66
3. Update the `CHANGELOG.md` for the impending release.
7-
4. `cd carthage && carthage build --no-skip-current && cd ..`
8-
5. In Finder, go into `Carthage/Carthage/Build/iOS` and compress Segment_Amplitude.framework and .dsym.
7+
4. `carthage update --platform ios && carthage build --platform ios --no-skip-current`
8+
5. In Finder, go into `Carthage/Build/iOS` and compress Segment_Amplitude.framework and .dsym.
99
This will create `Archive.zip`, which you'll need later.
1010
6. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
1111
7. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)

Segment-Amplitude.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Amplitude"
3-
s.version = "3.1.0"
3+
s.version = "3.2.0"
44
s.summary = "Amplitude Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)