Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 5bb7267

Browse files
author
Ilya Brin
committed
prepare for 2.0
1 parent ee4998b commit 5bb7267

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33
This 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_

IterableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)