diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67f494d..cd3fe0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
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)
@@ -10,6 +10,14 @@ All changes to this project will be documented in this file.
---
+## [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.
diff --git a/Commercetools.podspec b/Commercetools.podspec
index 81a4d0e..9dedf49 100644
--- a/Commercetools.podspec
+++ b/Commercetools.podspec
@@ -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" }
diff --git a/Source/Info.plist b/Source/Info.plist
index 2bb1ea9..7c9f8bd 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.4.1
+ 0.4.2
CFBundleSignature
????
CFBundleVersion