Skip to content

Commit

Permalink
Prepare for release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
migs647 committed Jul 16, 2020
1 parent ca95e3f commit 5ffed9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 3.2.0 *(15th July, 2020)*
---------------------------------
* Updated Carthage to use Analytics 4.0.x.
* Moved Carthage files to proper location.

Version 3.1.0 *(14th July, 2020)*
---------------------------------
* Removed version pinning for Amplitude.
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Releasing
1. Ensure you are on the `master` branch with your latest changes pulled down.
2. Update the version in `Segment-Amplitude.podspec`.
3. Update the `CHANGELOG.md` for the impending release.
4. `cd carthage && carthage build --no-skip-current && cd ..`
5. In Finder, go into `Carthage/Carthage/Build/iOS` and compress Segment_Amplitude.framework and .dsym.
4. `carthage update --platform ios && carthage build --platform ios --no-skip-current`
5. In Finder, go into `Carthage/Build/iOS` and compress Segment_Amplitude.framework and .dsym.
This will create `Archive.zip`, which you'll need later.
6. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
7. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
Expand Down
2 changes: 1 addition & 1 deletion Segment-Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Amplitude"
s.version = "3.1.0"
s.version = "3.2.0"
s.summary = "Amplitude Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down

0 comments on commit 5ffed9b

Please sign in to comment.