diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 164490e..ac1dde6 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,8 +1,8 @@ # django-watson changelog -## 1.3.1 +## 1.4.1 - 22/08/2017 -- Allowing joins to UUID columns in `search()`. +- Allowing joins to UUID columns in `search()` (@etianen). ## 1.4.0 - 07/07/2017 diff --git a/watson/__init__.py b/watson/__init__.py index 45b98fc..6182c7f 100644 --- a/watson/__init__.py +++ b/watson/__init__.py @@ -6,4 +6,4 @@ Developed by Dave Hall. """ -__version__ = VERSION = (1, 4, 0) +__version__ = VERSION = (1, 4, 1)