Skip to content

Commit

Permalink
Updated changelog for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Apr 26, 2019
1 parent 59c317a commit 40c2758
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All changes to this project will be documented in this file.

#### 0.x Releases
- `0.8.x` Releases - [0.8.0](#080)
- `0.7.x` Releases - [0.7.0](#070) | [0.7.1](#071) | [0.7.2](#072) | [0.7.3](#073) | [0.7.4](#074) | [0.7.5](#075)
- `0.6.x` Releases - [0.6.0](#060) | [0.6.1](#061)
- `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.5.9](#059)
Expand All @@ -13,6 +14,20 @@ All changes to this project will be documented in this file.

---

## [0.8.0](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.8.0)
Released on 2018-04-26.

#### Added
- `SimilarProducts` machine learning endpoint.
- `CategoryRecommendations` machine learning endpoint.
- `Store` endpoint.
- `CustomLineItemReturnItem` to be used on a `ReturnInfo`.
- `key` attribute on the `Zone`.

#### Updated
- Use `ResourceIdentifier` for `distributionChannel` and `supplyChannel` on `LineItemDraft`.
- Use `ResourceIdentifier` for `shippingMethod` on `CartDraft`.

## [0.7.6](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.7.6)
Released on 2018-08-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.7.6"
s.version = "0.8.0"
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" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img src="https://img.shields.io/cocoapods/v/Commercetools.svg">
</a>
<a href="https://developer.apple.com/swift/" target="_blank">
<img src="https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat" alt="Swift 4.1">
<img src="https://img.shields.io/badge/Swift-5-orange.svg?style=flat" alt="Swift 5">
</a>
<a href="https://developer.apple.com/swift/" target="_blank">
<img src="https://img.shields.io/badge/Platforms-iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS%20%7C%20Linux-4E4E4E.svg?colorA=EF5138" alt="Platforms iOS | macOS | watchOS | tvOS | Linux">
Expand All @@ -29,7 +29,7 @@

- iOS 10.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 9.0+
- Swift 4.0+
- Swift 5.0+

### CocoaPods

Expand Down
2 changes: 1 addition & 1 deletion Source/Info-tvOS.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.7.6</string>
<string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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.7.6</string>
<string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 40c2758

Please sign in to comment.