diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bfe53e5ab69..5c93b7c6319 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +Version 5.23.1 +-------------- + +:Date: August 16, 2021 + +* `@cclauss `__: Fix typos discovered by codespell in /docs (`#8409 `__) +* `@stsewd `__: Audit: use analytics' get_client_ip (`#8404 `__) +* `@steko `__: Add documentation about webhooks for Gitea (`#8402 `__) +* `@ericholscher `__: Add CSP header to the domain options (`#8388 `__) +* `@stsewd `__: Cookies: set samesite: `Lax` by default (`#8304 `__) +* `@stsewd `__: Docs: document how to terminate a session (`#8286 `__) +* `@stsewd `__: Docs: update sharing (`#8239 `__) + Version 5.23.0 -------------- diff --git a/setup.cfg b/setup.cfg index a0c3a6404cc..caa775d1913 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.23.0 +version = 5.23.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc