From 9976a116a743c65c28f0f503565dc74f130224d1 Mon Sep 17 00:00:00 2001 From: Nikola Mladenovic Date: Mon, 2 Jan 2017 23:31:52 +0100 Subject: [PATCH] Updated changelog for 0.5.2 release --- CHANGELOG.md | 11 ++++++++++- Commercetools.podspec | 2 +- Source/Info-tvOS.plist | 2 +- Source/Info.plist | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cad038..8b784db 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.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) +- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) | [0.5.2](#052) - `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) @@ -11,6 +11,15 @@ All changes to this project will be documented in this file. --- +## [0.5.2](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.2) +Released on 2017-01-02. + +#### Added +- `shippingAddressIds` and `billingAddressIds` to `Customer` model. +- Update actions for `addShippingAddressId`, `removeShippingAddressId`, `addBillingAddressId`, and `removeBillingAddressId`. +- Extensions parameter for `Customer` profile endpoint. +- `geoLocation` field to `Channel` model. + ## [0.5.1](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.1) Released on 2016-12-09. diff --git a/Commercetools.podspec b/Commercetools.podspec index 2a778c4..f18cb24 100644 --- a/Commercetools.podspec +++ b/Commercetools.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Commercetools" - s.version = "0.5.1" + s.version = "0.5.2" 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" } diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist index 3c4ac5f..71b1389 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.2 + 0.5.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 7c9f8bd..0d4fc0a 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.2 + 0.5.2 CFBundleSignature ???? CFBundleVersion