diff --git a/CHANGELOG.md b/CHANGELOG.md index f77149b2..340317a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ Changes: * [ENHANCEMENT] * [BUGFIX] +## 0.17.0 / 2025-02-19 + +Changes: +* [FEATURE] Add perf_schema quantile columns to collector #897 +* [BUGFIX] Update Mixin dashboard to "editable: false" #911 +* [BUGFIX] Fix typo for "locahost" #914 +* [BUGFIX] Fix database quoting problem in collector 'info_schema.tables' #908 +* [BUGFIX] Use SUM_LOCK_TIME and SUM_CPU_TIME with mysql >= 8.0.28 #916 +* [BUGFIX] Add missing metrics_path to multi-target example #899 + ## 0.16.0 / 2024-11-08 Changes: diff --git a/VERSION b/VERSION index 04a373ef..c5523bd0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.0 +0.17.0