From ad8dc4121510c5152302a18795be86401e0b986e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 26 Mar 2024 16:22:30 +0100 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40a9550..83d0a70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,17 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Improve the memory usage of histograms when the `enableExemplars` option is disabled -- fix: Avoid updating exemplar values during subsequent metric changes (Fixes [#616](https://github.com/siimon/prom-client/issues/616)) - ### Added [unreleased]: https://github.com/siimon/prom-client/compare/v15.1.0...HEAD +## [15.1.1] - 2024-03-26 + +### Changed + +- Improve the memory usage of histograms when the `enableExemplars` option is disabled +- fix: Avoid updating exemplar values during subsequent metric changes (Fixes [#616](https://github.com/siimon/prom-client/issues/616)) + ## [15.1.0] - 2023-12-15 ### Changed