diff --git a/celery_haystack/__init__.py b/celery_haystack/__init__.py
index 7fcca54b461abb911fb885573ecceac1e85a58dc..d0ecbd74fc2422c2818f3461034cd420a5632f34 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 e1e629ab08fa361dd2043f4cdfd387e07563e85a..c2acaf35ff741ec4750b394ec4e0cf4395f88392 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)
 -----------------