diff --git a/datasette/version.py b/datasette/version.py index 5f46dc8e16..b89619a3d5 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.65" +__version__ = "0.65.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 435e3fab6e..91c3750622 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_65_1: + +0.65.1 (2024-12-28) +------------------- + +- Fixed bug with upgraded HTTPX 0.28.0 dependency. (:issue:`2443`) + .. _v0_65: 0.65 (2024-10-07)