diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd7ec44fbc3..38f867bbf25 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +Version 5.25.1 +-------------- + +:Date: October 11, 2021 + +* `@astrojuanlu `__: Small fixes (`#8564 `__) +* `@deepto98 `__: Moved authenticated_classes definitions from API classes to AuthenticatedClassesMixin (`#8562 `__) +* `@humitos `__: Build: update ca-certificates before cloning (`#8559 `__) +* `@humitos `__: Build: support Python 3.10.0 stable release (`#8558 `__) +* `@astrojuanlu `__: Document new `build` specification (`#8547 `__) +* `@astrojuanlu `__: Add checkbox to subscribe new users to newsletter (`#8546 `__) + Version 5.25.0 -------------- diff --git a/setup.cfg b/setup.cfg index 22be69704ba..d3792bc5e30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.25.0 +version = 5.25.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc