diff --git a/docs/changelog.rst b/docs/changelog.rst index da5570766..618e62a02 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_4_1: + +2.4.1 (2020-03-01) +------------------ + +- ``table.enable_fts()`` now works with columns that contain spaces. (`#90 `__) + .. _v2_4: 2.4 (2020-02-26) diff --git a/setup.py b/setup.py index cd75fa5eb..544d1f5f2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "2.4" +VERSION = "2.4.1" def get_long_description():