parent
9c4b1aa1a4
commit
1f2e43627d
|
@ -1,5 +1,7 @@
|
|||
## [unreleased]
|
||||
|
||||
## v1.10.5 [2024-05-31]
|
||||
|
||||
### Other
|
||||
|
||||
1. [#6094](https://github.com/influxdata/chronograf/pull/6094): Upgrade golang to 1.21.10.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"info": {
|
||||
"title": "Chronograf",
|
||||
"description": "API endpoints for Chronograf",
|
||||
"version": "1.10.4"
|
||||
"version": "1.10.5"
|
||||
},
|
||||
"schemes": ["http"],
|
||||
"basePath": "/chronograf/v1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chronograf-ui",
|
||||
"version": "1.10.4",
|
||||
"version": "1.10.5",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"description": "",
|
||||
|
|
Loading…
Reference in New Issue