Skip to content

Commit

Permalink
Updated changelog for 0.5.5 release, updated readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Mar 1, 2017
1 parent a30fbaa commit be35e40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ All changes to this project will be documented in this file.

---

## [0.5.5](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.5)
Released on 2017-03-01.

#### Added
- Public modifier for the dictionary config initializer.

#### Updated
- Scope to be optional configuration parameter.
- Improved WatchConnectivity communication.

## [0.5.4](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.4)
Released on 2017-02-20.

Expand Down
2 changes: 1 addition & 1 deletion Commercetools.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Commercetools"
s.version = "0.5.4"
s.version = "0.5.5"
s.summary = "The e-commerce Swift SDK from commercetools"
s.homepage = "https://github.com/commercetools/commercetools-ios-sdk"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down

0 comments on commit be35e40

Please sign in to comment.