diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 20b2e7834b1..bbe67c25163 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +Version 4.1.1 +------------- + +:Date: March 24, 2020 + +* `@stsewd `__: Force to reinstall package (`#6817 `__) +* `@humitos `__: Show uploading state (`#6816 `__) +* `@stsewd `__: Respect order when serving 404 (version -> default_version) (`#6805 `__) +* `@humitos `__: Use storage.open API correctly for tar files (build cached envs) (`#6799 `__) +* `@humitos `__: Check 404 page once when slug and default_version is the same (`#6796 `__) +* `@humitos `__: Do not reset the build start time when running build env (`#6794 `__) +* `@humitos `__: Skip .cache directory for cached builds if it does not exist (`#6791 `__) +* `@ericholscher `__: Remove GET args from the path passed via proxito header (`#6790 `__) +* `@stsewd `__: Check for /index on pages' slug (`#6789 `__) +* `@ericholscher `__: Release 4.1.0 (`#6788 `__) +* `@ericholscher `__: Revert "Add feature flag to just completely skip sync and symlink operations (#6689)" (`#6781 `__) + Version 4.1.0 ------------- diff --git a/setup.cfg b/setup.cfg index 76fedcdda57..8f56b1cc77c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 4.1.0 +version = 4.1.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc