Skip to content

Commit

Permalink
chore: prepare for 1.8.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankudibal committed Feb 8, 2021
1 parent 68a9599 commit eb8728e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## v1.8.10
## v1.9.0

### Bug Fixes

### Features

### Other

## v1.8.10 [2021-02-08]

### Bug Fixes

Expand All @@ -9,7 +17,7 @@
1. [#5642](https://github.com/influxdata/chronograf/pull/5642): Ignore databases that cannot be read.
1. [#5648](https://github.com/influxdata/chronograf/pull/5648): Improve Send to Dashboard from Data Explorer page.
1. [#5649](https://github.com/influxdata/chronograf/pull/5649): Avoid endless networking loop in Log Viewer.
1. [#5656](https://github.com/influxdata/chronograf/pull/5649): Show timestamp with full nanosecond precision in Log Viewer.
1. [#5656](https://github.com/influxdata/chronograf/pull/5656): Show timestamp with full nanosecond precision in Log Viewer.

### Features

Expand Down
2 changes: 1 addition & 1 deletion server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.8.9.1"
"version": "1.8.10"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.8.9.1",
"version": "1.8.10",
"private": false,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit eb8728e

Please sign in to comment.