Skip to content

Commit 24cdbe0

Browse files
author
JP Wright
committed
Update changelog and bump version to 1.0.0-beta2
1 parent 71701ea commit 24cdbe0

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=1.0.0-beta1
1+
CONTENTFUL_SDK_VERSION=1.0.0-beta2

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export CONTENFUL_SDK_VERSION=1.0.0-beta1
1+
export CONTENFUL_SDK_VERSION=1.0.0-beta2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
1010
## Table of contents
1111

1212
#### 1.x Releases
13-
- `1.0.0-beta` Releases - [1.0.0-beta1](#100-beta1)
13+
- `1.0.0-betax` Releases - [1.0.0-beta1](#100-beta1) | [1.0.0-beta2](#100-beta2)
1414

1515
#### 0.x Releases
1616
- `0.10.x` Releases - [0.11.0](#0110)
@@ -25,6 +25,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
2525

2626
---
2727

28+
## [`1.0.0-beta2`](https://github.com/contentful/contentful.swift/releases/tag/1.0.0-beta2)
29+
Released on 2017-11-03
30+
31+
#### Fixed
32+
- Deprecation warnings that appeared starting with Xcode9.1
33+
- Incorrect assertion that asserted that all link were resolved since it is possible for unresolvable links to retured from CDA
34+
- If an entry was of a content type not known to the `Client`, the SDK would enter an infinite loop.
35+
36+
---
37+
2838
## [`1.0.0-beta1`](https://github.com/contentful/contentful.swift/releases/tag/1.0.0-beta1)
2939
Released on 2017-10-24
3040

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=1.0.0-beta1
1+
CONTENTFUL_SDK_VERSION=1.0.0-beta2

0 commit comments

Comments
 (0)