From 0405ebc608e99762fe81246822554c1bc4b54426 Mon Sep 17 00:00:00 2001 From: Nikola Mladenovic Date: Mon, 20 Mar 2017 17:48:44 +0100 Subject: [PATCH] Updated changelog for 0.5.6 release, updated readme docs --- CHANGELOG.md | 8 +++++++- Commercetools.podspec | 2 +- Source/Info-tvOS.plist | 2 +- Source/Info.plist | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e02446..c7bb2e4 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.2](#052) | [0.5.3](#053) | [0.5.4](#054) +- `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) | [0.5.2](#052) | [0.5.3](#053) | [0.5.4](#054) | [0.5.5](#055) | [0.5.6](#056) - `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,12 @@ All changes to this project will be documented in this file. --- +## [0.5.6](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.6) +Released on 2017-03-20. + +#### Added +- Support for `ShippingMethod` endpoint. + ## [0.5.5](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.5) Released on 2017-03-01. diff --git a/Commercetools.podspec b/Commercetools.podspec index a43554f..1b5d047 100644 --- a/Commercetools.podspec +++ b/Commercetools.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Commercetools" - s.version = "0.5.5" + s.version = "0.5.6" 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 73ceec6..bb6fc08 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.4 + 0.5.6 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 04a7f77..2fa3396 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.4 + 0.5.6 CFBundleSignature ???? CFBundleVersion