This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+ #### Added
7+ - nothing yet
8+
9+ #### Removed
10+ - nothing yet
11+
12+ #### Changed
13+ - nothing yet
14+
15+ #### Fixed
16+ - nothing yet
17+
18+
19+ ## [ 2.0.0] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.0.0 )
20+ _ Released on 2016-06-02_
21+
622#### Added
723- fleshed out README
824- added CHANGELOG
@@ -18,9 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1834- updated pod version to 7.0 (from 5.0) in preparation for NSURLSession
1935- logging changes
2036
21- #### Fixed
22- - nothing yet
23-
2437
2538## [ 1.0.0] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/1.0.0 )
2639 _ Released on 2016-05-25_
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "IterableSDK"
19- s . version = "1 .0.0"
19+ s . version = "2 .0.0"
2020 s . summary = "Iterable's official SDK for iOS"
2121
2222 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments