Skip to content

Commit

Permalink
Updated changelog for 0.4.2 release, updated readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Nov 9, 2016
1 parent 4825845 commit 4b54092
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
All changes to this project will be documented in this file.

#### 0.x Releases
- `0.4.x` Releases - [0.4.0](#040) | [0.4.1](#041)
- `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)
- `0.1.x` Releases - [0.1.0](#010)
- `0.0.x` Releases - [0.0.1](#001) | [0.0.2](#002) | [0.0.3](#003)

---

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

#### Added
- Support for keychain sharing configuration when using the SDK for multiple apps, or apps and extension(s).
- `externalId` to the Address struct.
- `ProductProjection` endpoint now conforms to `ByKeyEndpoint` protocol.

## [0.4.1](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.4.1)
Released on 2016-10-31.

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.4.1"
s.version = "0.4.2"
s.summary = "The e-commerce iOS SDK from commercetools"
s.homepage = "https://github.com/commercetools/commercetools-ios-sdk"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.1</string>
<string>0.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4b54092

Please sign in to comment.