File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- CONTENTFUL_SDK_VERSION = 1.0.0-beta1
1
+ CONTENTFUL_SDK_VERSION = 1.0.0-beta2
Original file line number Diff line number Diff line change 1
- export CONTENFUL_SDK_VERSION=1.0.0-beta1
1
+ export CONTENFUL_SDK_VERSION=1.0.0-beta2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
10
10
## Table of contents
11
11
12
12
#### 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 )
14
14
15
15
#### 0.x Releases
16
16
- ` 0.10.x ` Releases - [ 0.11.0] ( #0110 )
@@ -25,6 +25,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
25
25
26
26
---
27
27
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
+
28
38
## [ ` 1.0.0-beta1 ` ] ( https://github.com/contentful/contentful.swift/releases/tag/1.0.0-beta1 )
29
39
Released on 2017-10-24
30
40
Original file line number Diff line number Diff line change 1
- CONTENTFUL_SDK_VERSION=1.0.0-beta1
1
+ CONTENTFUL_SDK_VERSION=1.0.0-beta2
You can’t perform that action at this time.
0 commit comments