Skip to content

Commit

Permalink
chore: prepare for 1.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankudibal committed Jan 25, 2022
1 parent be37e8b commit 2c057f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## v1.9.3
## v1.9.4

### Features

### Bug Fixes

### Other

## v1.9.3 [2022-01-25]

### Bug Fixes

1. [#5843](https://github.com/influxdata/chronograf/pull/5843): Log remote URL when ping fails.
1. [#5845](https://github.com/influxdata/chronograf/pull/5845): Repair retrieval of background job results.

## v1.9.2 [2022-01-25]
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.9.2"
"version": "1.9.3"
},
"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.9.2",
"version": "1.9.3",
"private": true,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit 2c057f1

Please sign in to comment.