diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1b93b2ad61..ef1bebffc15 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +Version 6.2.0 +------------- + +:Date: November 16, 2021 + +* `@rokroskar `__: docs: update faq to mention apt for dependencies (`#8676 `__) +* `@stsewd `__: UserProfile: add time fields (`#8675 `__) +* `@stsewd `__: Admin: don't use update to ban users (`#8674 `__) +* `@stsewd `__: UserProfile: add historical model (`#8673 `__) +* `@astrojuanlu `__: Add entry on Jupyter Book to the FAQ (`#8669 `__) +* `@stsewd `__: Proxito: add CDN-Cache-Control headers (`#8667 `__) +* `@humitos `__: Spam: sort admin filters and show threshold (`#8666 `__) +* `@humitos `__: Cleanup: remove old code (`#8665 `__) +* `@humitos `__: Spam: check for spam rules after user is banned (`#8664 `__) +* `@humitos `__: Spam: use 410 - Gone status code when blocked (`#8661 `__) +* `@astrojuanlu `__: Upgrade readthedocs-sphinx-search (`#8660 `__) +* `@agjohnson `__: Release 6.1.2 (`#8657 `__) +* `@astrojuanlu `__: Update requirements pinning (`#8655 `__) +* `@stsewd `__: Historical records: set the change reason explicitly on the instance (`#8627 `__) +* `@stsewd `__: Support for generic webhooks (`#8522 `__) + Version 6.1.2 ------------- diff --git a/setup.cfg b/setup.cfg index da57e75bb02..acda0a0a1a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 6.1.2 +version = 6.2.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc