diff --git a/CHANGELOG.md b/CHANGELOG.md index eab132cfe..3b97d3048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## What's Changed +* [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary), \ +causing panics #1253 + +## What's Changed + * [BUGFIX] Fix issue with atomic variables on ppc64le #1171 * [BUGFIX] Support for multiple samples within same metric #1181 * [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #1187 diff --git a/VERSION b/VERSION index 141f2e805..ace44233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 +1.15.1