From 93b13b0353dd8944ee963a884c284f6ae479ee51 Mon Sep 17 00:00:00 2001 From: JP Wright Date: Mon, 30 Jul 2018 00:49:22 +0200 Subject: [PATCH] Update CHANGELOG; bump to 2.2.1 --- .env | 2 +- .envrc | 2 +- CHANGELOG.md | 10 +++++++++- Config.xcconfig | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 2ffdd07b..6a18f0ec 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -CONTENTFUL_SDK_VERSION=2.2.0 +CONTENTFUL_SDK_VERSION=2.2.1 diff --git a/.envrc b/.envrc index e39ef284..5eec314c 100644 --- a/.envrc +++ b/.envrc @@ -1 +1 @@ -export CONTENFUL_SDK_VERSION=2.2.0 +export CONTENFUL_SDK_VERSION=2.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a76bbda..d1958ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/Config.xcconfig b/Config.xcconfig index 2ffdd07b..6a18f0ec 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -1 +1 @@ -CONTENTFUL_SDK_VERSION=2.2.0 +CONTENTFUL_SDK_VERSION=2.2.1