Skip to content

Commit

Permalink
chore: prepare for 1.10.6 release (#6120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Dec 16, 2024
1 parent 6c384b0 commit ac9fb9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [unreleased]

## v1.10.6 [2024-12-16]

### Bug Fixes

1. [#6103](https://github.com/influxdata/chronograf/pull/6103): Set active database for InfluxQL meta queries.
Expand All @@ -9,7 +11,7 @@

### Other

1. [#6102](https://github.com/influxdata/chronograf/pull/6102): Upgrade golang to 1.21.12.
1. [#6108](https://github.com/influxdata/chronograf/pull/6108): Upgrade golang to 1.22.7.

## v1.10.5 [2024-05-31]

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.5"
"version": "1.10.6"
},
"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.5",
"version": "1.10.6",
"private": true,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit ac9fb9b

Please sign in to comment.