From a2d09a14ff861bbc8658de9c161102572a9e9a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Thu, 9 May 2024 11:21:03 +0200 Subject: [PATCH] fix changelog (#9399) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc3364cad2..84f60b3ab97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [1.8.3] - 2024-05-03 +## [1.8.3] - 2024-05-08 ### Added @@ -29,7 +29,7 @@ - Add reference to configuration credentials in documentation of poetry `publish` ([#9110](https://github.com/python-poetry/poetry/pull/9110)). - Improve documentation for configuring credentials via environment variables ([#9121](https://github.com/python-poetry/poetry/pull/9121)). - Remove misleading wording around virtual environments ([#9213](https://github.com/python-poetry/poetry/pull/9213)). -- Remove outdated advice regarding seeding keyring backends ([#9213](https://github.com/python-poetry/poetry/pull/9213)). +- Remove outdated advice regarding seeding keyring backends ([#9164](https://github.com/python-poetry/poetry/pull/9164)). - Add a `pyproject.toml` example for a dependency with multiple extras ([#9138](https://github.com/python-poetry/poetry/pull/9138)). - Clarify help of `poetry add` ([#9230](https://github.com/python-poetry/poetry/pull/9230)). - Add a note how to configure credentials for TestPyPI for `poetry publish` ([#9255](https://github.com/python-poetry/poetry/pull/9255)).