diff --git a/datasette/version.py b/datasette/version.py index ac012640ed..3a4f06dcd9 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.63" +__version__ = "0.63.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index f573afb36f..0e0393ef0b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_63_1: + +0.63.1 (2022-11-10) +------------------- + +- Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the :ref:`base_url ` setting. (:issue:`1883`) +- SQL query is now shown wrapped in a ``