From 4cb259d3e1837759b8bac901d3755f1610b5ddc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 18:38:53 +0200 Subject: [PATCH] docs: add changelog entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221450c9..e8241a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Use a dedicated PAT to publish on GitHub packages registry. + +### Added + +- Publish on GitHub packages registry on release. + +### Changed + +- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128). + ## [2.6.43] - 2023-09-08 ### Added -- Publish on GitHub packages registry on release +- Publish on GitHub packages registry on release. ### Changed -- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128) +- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128). ## [2.6.42] - 2023-09-06 @@ -40,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix race condition in worker choice strategies at worker node info querying while not yet initialized . +- Fix race condition in worker choice strategies at worker node info querying while not yet initialized. ## [2.6.38] - 2023-08-30 -- 2.34.1