From 700e222b604c4bccc2b2caab3c35d9098aabe13d Mon Sep 17 00:00:00 2001 From: Nikola Mladenovic Date: Fri, 5 May 2017 15:09:59 +0200 Subject: [PATCH] Updated changelog for 0.5.7 release --- CHANGELOG.md | 13 +++++++++++-- Commercetools.podspec | 2 +- Source/Info-tvOS.plist | 2 +- Source/Info.plist | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0858f..2060e0b 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.5](#055) | [0.5.6](#056) | [0.5.7](#057) +- `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.5.7](#057) | [0.5.8](#058) - `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,11 +11,20 @@ All changes to this project will be documented in this file. --- +## [0.5.8](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.8) +Released on 2017-05-05. + +#### Added +- `isMatching` filed to the `ShippingRate` model. + +#### Updated +- `ProductProjection` `search` and `suggest` endpoint: language parameter now being set based on the locale and language identifier, compared against project settings. + ## [0.5.7](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.7) Released on 2017-03-24. #### Added -- Support for project settings endpoint +- Support for project settings endpoint. ## [0.5.6](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.5.6) Released on 2017-03-20. diff --git a/Commercetools.podspec b/Commercetools.podspec index b8930cb..4be57bf 100644 --- a/Commercetools.podspec +++ b/Commercetools.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Commercetools" - s.version = "0.5.7" + s.version = "0.5.8" 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 c5638bb..7d507f5 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.7 + 0.5.8 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 57adb3d..a073d1d 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.7 + 0.5.8 CFBundleSignature ???? CFBundleVersion