diff --git a/CHANGELOG.md b/CHANGELOG.md index e333067dda..5e7d4d235b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ -## v1.8.2 +## v1.8.3 ### Bug Fixes -1. [#5442](https://github.com/influxdata/chronograf/pull/5442): Updated table rendering styles to make table rows consistent +### Features + +### Other + +## v1.8.2 [2020-04-13] + +### Bug Fixes + +1. [#5442](https://github.com/influxdata/chronograf/pull/5442): Fixed table rendering bug introduced in 1.8.1 ### Features -1. [5446](https://github.com/influxdata/chronograf/pull/5446): Update to [Flux v0.65.0](https://github.com/influxdata/flux/releases/tag/v0.65.0) +1. [#5446](https://github.com/influxdata/chronograf/pull/5446): Update to [Flux v0.65.0](https://github.com/influxdata/flux/releases/tag/v0.65.0) ### Other diff --git a/server/swagger.json b/server/swagger.json index 6b52c65ee2..f55ce82cad 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.8.1" + "version": "1.8.2" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index f2a9dd5715..d8beb53ace 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.8.1", + "version": "1.8.2", "private": false, "license": "AGPL-3.0", "description": "",