Skip to content

Commit

Permalink
Bump version to 0.6.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Wright committed Sep 20, 2017
1 parent a50b3eb commit 90fc3c6
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_PERSISTENCE_VERSION=0.6.1
CONTENTFUL_PERSISTENCE_VERSION=0.6.2
2 changes: 1 addition & 1 deletion .envrc
@@ -1 +1 @@
export CONTENTFUL_PERSISTENCE_VERSION=0.6.1
export CONTENTFUL_PERSISTENCE_VERSION=0.6.2
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -15,12 +15,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from

#### 0.x Releases

- `0.6.x` Releases - [0.6.0](#060) | [0.6.1](#061)
- `0.6.x` Releases - [0.6.0](#060) | [0.6.1](#061) | [0.6.2](#062)
- `0.5.x` Releases - [0.5.0](#050)
- `0.4.x` Releases - [0.4.0](#040)

---

## [`0.6.2`](https://github.com/contentful/contentful-persistence.swift/releases/tag/0.6.2)
Released on 2017-09-20

#### Fixed
- Bug that caused `SynchronizationManager` to fail seeding a CoreData database from bundled content because of lack of localization context.

---

## [`0.6.1`](https://github.com/contentful/contentful-persistence.swift/releases/tag/0.6.1)
Released on 2017-09-08

Expand Down
2 changes: 1 addition & 1 deletion Config.xcconfig
@@ -1 +1 @@
CONTENTFUL_PERSISTENCE_VERSION=0.6.1
CONTENTFUL_PERSISTENCE_VERSION=0.6.2

0 comments on commit 90fc3c6

Please sign in to comment.