chore: prepare for 1.8.6 release

pull/5568/head 1.8.6
ivankudibal 2020-08-26 21:11:00 +02:00
parent 621068f8d2
commit 98cf421465
3 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,12 @@
## v1.8.6 ## v1.8.7
### Bug Fixes
### Features
### Other
## v1.8.6 [2020-08-26]
### Bug Fixes ### Bug Fixes

View File

@ -3,7 +3,7 @@
"info": { "info": {
"title": "Chronograf", "title": "Chronograf",
"description": "API endpoints for Chronograf", "description": "API endpoints for Chronograf",
"version": "1.8.5" "version": "1.8.6"
}, },
"schemes": ["http"], "schemes": ["http"],
"basePath": "/chronograf/v1", "basePath": "/chronograf/v1",

View File

@ -1,6 +1,6 @@
{ {
"name": "chronograf-ui", "name": "chronograf-ui",
"version": "1.8.5", "version": "1.8.6",
"private": false, "private": false,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "", "description": "",