Skip to content

Commit

Permalink
Updated changelog for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Dec 9, 2016
1 parent ea97942 commit 829d175
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All changes to this project will be documented in this file.

#### 0.x Releases
- `0.5.x` Releases - [0.5.0](#050)
- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051)
- `0.4.x` Releases - [0.4.0](#040) | [0.4.1](#041) | [0.4.2](#042)
- `0.3.x` Releases - [0.3.0](#030)
- `0.2.x` Releases - [0.2.0](#020)
Expand All @@ -11,6 +11,15 @@ All changes to this project will be documented in this file.

---

## [0.5.1](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.1)
Released on 2016-12-09.

#### Added
- Token sharing between `iOS` and `watchOS` app using WatchConnectivity.

#### Updated
- Updated User-Agent header to properly identify newly added platforms.

## [0.5.0](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.0)
Released on 2016-11-27.

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.0"
s.version = "0.5.1"
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 829d175

Please sign in to comment.