diff --git a/CHANGELOG.md b/CHANGELOG.md index 651f37c1..35ed7659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.0.0-rc.8-1](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.8...v2.0.0-rc.8-1) (2019-05-13) + + +### Bug Fixes + +* crash with empty servers with redoc-cli ([3d52b39](https://github.com/Rebilly/ReDoc/commit/3d52b39)) + + + # [2.0.0-rc.8](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2019-05-13) diff --git a/package.json b/package.json index 95609643..23ae3fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.8", + "version": "2.0.0-rc.8-1", "description": "ReDoc", "repository": { "type": "git",