diff --git a/CHANGELOG.md b/CHANGELOG.md index 64865500..27e24710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Development +## 0.0.33 (4th Oct, 2024) - Added a [Logging](https://hishel.com/advanced/logging/) section to the documentation. diff --git a/hishel/__init__.py b/hishel/__init__.py index 84364982..3caf6469 100644 --- a/hishel/__init__.py +++ b/hishel/__init__.py @@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover httpx.Client = CacheClient # type: ignore -__version__ = "0.0.32" +__version__ = "0.0.33"