diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c20b82..8dfe5633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.16.2 + +### Other changes + +* Prefilter polled queues ([242](https://github.com/closeio/tasktiger/pull/242)) +* Use SSCAN to prefilter queues in scheduled state ([248](https://github.com/closeio/tasktiger/pull/248)) +* Add task execution counter ([252](https://github.com/closeio/tasktiger/pull/252)) + ## Version 0.16.1 ### Other changes diff --git a/setup.py b/setup.py index 1abd3a8f..827d7b4e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="tasktiger", - version="0.16.1", + version="0.16.2", url="http://github.com/closeio/tasktiger", license="MIT", description="Python task queue",