From 37872797a786d1c502fe38ecf1a4b8c5cf5b3990 Mon Sep 17 00:00:00 2001 From: null8626 Date: Wed, 2 Oct 2024 21:34:01 +0700 Subject: [PATCH] meta: change release date --- changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 3d5502d..a9b32c3 100644 --- a/changelog.yml +++ b/changelog.yml @@ -156,7 +156,7 @@ changelog: - fix: Refactors on the request delay calculation. - fix: Fix broken donations redirect in the documentation page. - version: 2.0.4 - release-date: 30 September 2024 + release-date: 2 October 2024 changes: - fix: The ``Client.close`` method now no longer closes the ``ClientSession`` if an existing ``ClientSession`` was provided in the constructor. - add: HTTP exceptions are now wrapped under :class:`RequestError`.