Skip to content

Commit

Permalink
Merge pull request #254 from contentful/prepare-4.2.4
Browse files Browse the repository at this point in the history
Bump version number and update changelog
  • Loading branch information
loudmouth authored Dec 27, 2018
2 parents e39f81a + fd51d52 commit 17eab50
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=4.2.3
CONTENTFUL_SDK_VERSION=4.2.4
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
## Table of contents

#### 4.x Releases
- `4.2.0` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423)
- `4.2.0` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424)
- `4.1.0` Releases - [4.1.0](#410) | [4.1.3](#413)
- `4.0.0` Releases - [4.0.0](#400) | [4.0.1](#401)

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

---

## [`4.2.4`](https://github.com/contentful/contentful.swift/releases/tag/4.2.4)
Released on 2018-12-27

#### Fixed
- A bug in which one-to-many links could become out-of-order in [#253](https://github.com/contentful/contentful.swift/pull/253) by [@chrisozenne](https://github.com/chrisozenne).

---

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

Expand Down
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=4.2.3
CONTENTFUL_SDK_VERSION=4.2.4
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,23 +124,23 @@ pod 'Contentful'
You can specify a specific version of Contentful depending on your needs. To learn more about operators for dependency versioning within a Podfile, see the [CocoaPods doc on the Podfile](https://guides.cocoapods.org/using/the-podfile.html).

```ruby
pod 'Contentful', '~> 4.2.3'
pod 'Contentful', '~> 4.2.4'
```

#### Carthage installation

You can also use [Carthage](https://github.com/Carthage/Carthage) for integration by adding the following to your `Cartfile`:

```
github "contentful/contentful.swift" ~> 4.2.3
github "contentful/contentful.swift" ~> 4.2.4
```

#### Swift Package Manager [swift-tools-version 4.2]

Add the following line to your array of dependencies:

```swift
.package(url: "https://github.com/contentful/contentful.swift", .upToNextMajor(from: "4.2.3"))
.package(url: "https://github.com/contentful/contentful.swift", .upToNextMajor(from: "4.2.4"))
```

### Your first request
Expand Down

0 comments on commit 17eab50

Please sign in to comment.