Skip to content

Commit

Permalink
Updated changelog for 0.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Apr 26, 2021
1 parent ee8462a commit 2b96607
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All changes to this project will be documented in this file.

#### 0.x Releases
- `0.12.x` Releases - [0.12.0](#0120)
- `0.12.x` Releases - [0.12.0](#0120) | [0.12.1](#0121)
- `0.11.x` Releases - [0.11.0](#0110)
- `0.10.x` Releases - [0.10.0](#0100)
- `0.9.x` Releases - [0.9.0](#090)
Expand All @@ -18,6 +18,13 @@ All changes to this project will be documented in this file.

---

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

#### Updated
- `CustomLineItem`.`state` property type.
- Travis CI configuration.

## [0.12.0](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.12.0)
Released on 2019-10-24.

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.12.0"
s.version = "0.12.1"
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

pod 'Commercetools', '~> 0.11'
pod 'Commercetools', '~> 0.12'
```

Then, run the following command:
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.12.0</string>
<string>0.12.1</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.12.0</string>
<string>0.12.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2b96607

Please sign in to comment.