diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c373ce59d3..9d3f653f94c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +Version 3.12.0 +-------------- + +:Date: February 18, 2020 + +This version has two major changes: + +* It updates our default docker images to stable=5.0 and latest=6.0. +* It changes our PR builder domain to `readthedocs.build` + +* `@humitos `__: Use PUBLIC_DOMAIN_USES_HTTPS for resolver tests (`#6673 `__) +* `@stsewd `__: Always run CoreTagsTests with http (`#6671 `__) +* `@ericholscher `__: Remove old docker settings (`#6670 `__) +* `@stsewd `__: Update gitpython and django (`#6667 `__) +* `@humitos `__: New docker release (6.0 and testing) (`#6654 `__) +* `@humitos `__: Default python version per Docker image (`#6653 `__) +* `@stsewd `__: Add pytest-custom_exit_code (`#6648 `__) +* `@ericholscher `__: Initial attempt to serve PR builds at `readthedocs.build` (`#6629 `__) +* `@ericholscher `__: Remove re-authing of users on downloads. (`#6619 `__) +* `@stsewd `__: Don't trigger a sync twice on creation/deletion for GitHub (`#6614 `__) +* `@s-weigand `__: Add linkcheck test for the docs (`#6543 `__) + Version 3.11.6 -------------- diff --git a/setup.cfg b/setup.cfg index f5149010327..2cceabfd450 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.11.6 +version = 3.12.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc