diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5c5bd5b..ba968d4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Unreleased +## 1.17.0 / 2023-09-27 + +* [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #1325 +* [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #1313 +* [ENHANCEMENT] Enable detection of a native histogram without observations. #1314 + ## 1.16.0 / 2023-06-15 * [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252 diff --git a/VERSION b/VERSION index 15b989e39..092afa15d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0