diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b549931..6f7e7fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ +## 0.7.4 (November 15, 2017) + +* Remove trailing slash from directory listing path (@biilmann in #817) +* Fix images with non-lowercase extensions not being treated as images (@erquhart in #816) +* Prompt before closing window with unsaved changes in the editor (@benaiah in #815) + ## 0.7.3 (November 11, 2017) * Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/netlify/netlify-cms/pull/808)) diff --git a/package.json b/package.json index 8c311a42..d196666b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.7.3", + "version": "0.7.4", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {