diff --git a/CHANGELOG.md b/CHANGELOG.md index 5016524abd0..fe13987e45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [3.7.1](https://www.github.com/netlify/cli/compare/v3.7.0...v3.7.1) (2021-02-10) + + +### Bug Fixes + +* **command-dev:** handle headers with colon in value ([#1855](https://www.github.com/netlify/cli/issues/1855)) ([664cb84](https://www.github.com/netlify/cli/commit/664cb84de30888b16cd3142efaef664096ca1ced)) + ## [3.7.0](https://www.github.com/netlify/cli/compare/v3.6.0...v3.7.0) (2021-02-09) diff --git a/package-lock.json b/package-lock.json index abd388147b3..7aa0a4e4c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4a789b04d0c..f7fd8b0b541 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.7.0", + "version": "3.7.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",