Skip to content

Commit

Permalink
Updated changelog for 0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-mladenovic committed Aug 31, 2018
1 parent 9d6e0f3 commit 2cfd59f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ All changes to this project will be documented in this file.

---

## [0.7.6](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.7.6)
Released on 2018-08-31.

#### Added
- Support for recovering from invalid access token.
- `invalidToken` error type.

## [0.7.5](https://github.com/commercetools/commercetools-ios-sdk/releases/tag/0.7.5)
Released on 2018-06-11.

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.5"
s.version = "0.7.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" }
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.5</string>
<string>0.7.6</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.5</string>
<string>0.7.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2cfd59f

Please sign in to comment.