From 5a68a346df3f5e9a5fb51796e1003405d489ff85 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 11 Feb 2021 23:11:48 +0100
Subject: [PATCH] Add changelog

---
 celery_haystack/__init__.py | 2 +-
 docs/changelog.rst          | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/celery_haystack/__init__.py b/celery_haystack/__init__.py
index 1dce591..7fcca54 100644
--- a/celery_haystack/__init__.py
+++ b/celery_haystack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.20'
+__version__ = '0.20.post1'
 
 
 def version_hook(config):
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 57eb5f2..e1e629a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+v0.20 (2021-02-11)
+------------------
+
+* Forked as celery-haystack-ng: https://edugit.org/AlekSIS/libs/celery-haystack-ng
+
+* Added support for Celery 4.x and 5.x
+
+
 v0.9 (2015-06-13)
 -----------------
 
-- 
GitLab