We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45a630 commit 32ded86Copy full SHA for 32ded86
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+2.1.0
6
+~~~~~
7
+
8
+* Add ``CACHEBACK_TASK_IGNORE_RESULT`` option to reduce noise in task queues.
9
10
2.0.0
11
~~~~~
12
cacheback/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '2.0.0'
+__version__ = '2.1.0'
default_app_config = 'cacheback.apps.CachebackConfig'
0 commit comments