From 2e2b6bf5cd4ab5b7ff553b3979adca0824b3e83c Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 11 Feb 2021 23:14:10 +0100
Subject: [PATCH] Amend changelog

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

diff --git a/celery_haystack/__init__.py b/celery_haystack/__init__.py
index 7fcca54..d0ecbd7 100644
--- a/celery_haystack/__init__.py
+++ b/celery_haystack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.20.post1'
+__version__ = '0.20.post2'
 
 
 def version_hook(config):
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e1e629a..c2acaf3 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -8,6 +8,7 @@ v0.20 (2021-02-11)
 
 * Added support for Celery 4.x and 5.x
 
+* Added ``CELERY_HAYSTACK_IGNORE_RESULT`` setting to not store results in result backend
 
 v0.9 (2015-06-13)
 -----------------
-- 
GitLab