From bfd8d526cfe63225641435f24e8bec744be48a52 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 14 Jun 2018 12:16:43 -0400 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b23cedb..3c3a78ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ * check for title/slug field on config load ([@tech4him1](https://github.com/tech4him1) in [#1203](https://github.com/netlify/netlify-cms/pull/1203)) +## 1.9.1 (June 14, 2018) ([demo](https://1-9-1--cms-demo.netlify.com)) +Fix GitLab Implicit OAuth + +## Bug Fixes +* fix GitLab Implicit OAuth ([@tech4him1](https://github.com/tech4him1) in [#1439](https://github.com/netlify/netlify-cms/pull/1439)) + + ## 1.9.0 (June 12, 2018) ([demo](https://1-9-0--cms-demo.netlify.com)) GitLab support is here!!! 🎉🎉🎉 diff --git a/package.json b/package.json index 99539ad8..a3ecddea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "1.9.0", + "version": "2.0.0-dev", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {