diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7d7916..343421d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ +## 0.7.2 (November 11, 2017) + +* Only rebase editorial workflow pull requests if assets are stored in content repo ([@erquhart](https://github.com/erquhart) in [#804](https://github.com/pulls/804)) +* Fix Netlify Identity widget logout method being called after signup redirect ([@tech4him1](https://github.com/tech4him1) in [#805](https://github.com/pulls/805)) + ## 0.7.1 (November 11, 2017) * Enable sourcemaps ([@erquhart](https://github.com/erquhart) in [#803](https://github.com/pulls/803)) diff --git a/package.json b/package.json index 084e199f..ec42fcb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.7.1", + "version": "0.7.2", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {