diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdd0aad..4ce76da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.86 + +This 1.86 release adds an extension of DRF's UserRateThrottle by allowing +throttling users registered via social accounts. + # 1.85 This 1.85 release changes the test jobs page to only display resubmit and cancel buttons diff --git a/squad/version.py b/squad/version.py index aab8dc64..6b881887 100644 --- a/squad/version.py +++ b/squad/version.py @@ -1 +1 @@ -__version__ = '1.85' +__version__ = '1.86'