diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e407756e..04b52016c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Unreleased +## 1.23.0-rc.1 / 2025-07-15 + +* [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812 +* [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766 +* [FEATURE] Add exemplars for native histograms #1686 +* [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823 +* [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833 +* [BUGFIX] exp/api: client prompt return on context cancellation #1729 + ## 1.22.0 / 2025-04-07 :warning: This release contains potential breaking change if you use experimental `zstd` support introduce in #1496 :warning: diff --git a/VERSION b/VERSION index 57807d6d0..5443b48a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0-rc.1