From f05678b4ef19f1655fb92de7625551df7d5b844b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 16 Apr 2024 08:12:45 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f947b5a..96fcb5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed +### Added + +[unreleased]: https://github.com/siimon/prom-client/compare/v15.1.2...HEAD + +## [15.1.2] - 2024-04-16 + +### Changed + - Add `Registry.PROMETHEUS_CONTENT_TYPE` and `Registry.OPENMETRICS_CONTENT_TYPE` constants to the TypeScript types - Correctly read and set `contentType` top level export @@ -18,8 +26,6 @@ project adheres to [Semantic Versioning](http://semver.org/). - Enable `bun.js` by catching `NotImplemented` error (Fixes [#570](https://github.com/siimon/prom-client/issues/570)) -[unreleased]: https://github.com/siimon/prom-client/compare/v15.1.0...HEAD - ## [15.1.1] - 2024-03-26 ### Changed