diff --git a/CHANGELOG.md b/CHANGELOG.md index 895e853ee7..47c6515311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/server/swagger.json b/server/swagger.json index c752195080..2dfbb36a28 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -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", diff --git a/ui/package.json b/ui/package.json index 599a31770d..32053c50be 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.10.1", + "version": "1.10.2", "private": true, "license": "AGPL-3.0", "description": "",