Skip to content

Commit

Permalink
chore: prepare for 1.10.2 (#6068)
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour authored Oct 20, 2023
1 parent c491b66 commit 673fc16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.10.2 [2023-10-20]

### Bug Fixes

1. [#6056](https://github.com/influxdata/chronograf/pull/6056): Fix error on typing colon
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.10.1"
"version": "1.10.2"
},
"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.10.1",
"version": "1.10.2",
"private": true,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit 673fc16

Please sign in to comment.