Skip to content

Commit

Permalink
Update CHANGELOG; bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loudmouth committed Jul 29, 2018
1 parent 0b973a1 commit 93b13b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=2.2.0
CONTENTFUL_SDK_VERSION=2.2.1
2 changes: 1 addition & 1 deletion .envrc
@@ -1 +1 @@
export CONTENFUL_SDK_VERSION=2.2.0
export CONTENFUL_SDK_VERSION=2.2.1
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
## Table of contents

#### 2.x Releases
- `2.2.0` Releases - [2.2.0](#220)
- `2.2.0` Releases - [2.2.0](#220) | [2.2.1](#221)
- `2.1.0` Releases - [2.1.0](#210)
- `2.0.0` Releases - [2.0.0](#200)

Expand All @@ -31,6 +31,14 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from

---

## [`2.2.1`](https://github.com/contentful/contentful.swift/releases/tag/2.2.1)
Released on 2018-07-30

#### Fixed
- Accessing fields on assets was not respecting fallback chain logic when assets were requested with a multi-locale format. This is now fixed.

---

## [`2.2.0`](https://github.com/contentful/contentful.swift/releases/tag/2.2.0)
Released on 2018-06-13

Expand Down
2 changes: 1 addition & 1 deletion Config.xcconfig
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=2.2.0
CONTENTFUL_SDK_VERSION=2.2.1

0 comments on commit 93b13b0

Please sign in to comment.