From d40a3caa41a72883415707203aaf3efd880de421 Mon Sep 17 00:00:00 2001 From: Jason Marshall Date: Thu, 20 Aug 2026 11:00:09 -0700 Subject: [PATCH] Name the next release, clean up Breaking Changes. Signed-off-by: Jason Marshall --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919dc723..8bf8289b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.16.0] - 2026-08-?? -This release marks our first release under the Prometheus umbrella. +This release marks our first release as a Prometheus subproject. + +The package is renamed from `prom-client` to `@prometheus-io/client`. Update your +dependencies and any `require()`/`import` statements accordingly. ### Breaking -- The package is renamed from `prom-client` to `@prometheus-io/client`. Update your - dependencies and any `require()`/`import` statements accordingly. - The cluster and worker thread IPC message types are renamed from `prom-client:*` to `@prometheus-io/client:*`. A cluster primary and its workers must therefore run the same major version.