diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3e346c63d9..20b2e7834b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 4.1.0 +------------- + +:Date: March 17, 2020 + +* `@ericholscher `__: Properly proxy the Proxito headers via nginx/sendfile (`#6782 `__) +* `@ericholscher `__: Revert "Add feature flag to just completely skip sync and symlink operations (#6689)" (`#6781 `__) +* `@humitos `__: Upgrade django-storages to support URLs with more http methods (`#6771 `__) +* `@davidfischer `__: Use the hotfixed version of django-messages-extends (`#6767 `__) +* `@ericholscher `__: Release 4.0.3 (`#6766 `__) +* `@stsewd `__: Document usage or pytest marks (`#6764 `__) +* `@humitos `__: Pull/Push cached environment using storage (`#6763 `__) +* `@stsewd `__: Refactor search view to make use of permission_classes (`#6761 `__) +* `@stsewd `__: Run proxito tests with proxito (`#6714 `__) +* `@stsewd `__: Proxy footer api on docs' domains (`#6630 `__) + Version 4.0.3 ------------- diff --git a/setup.cfg b/setup.cfg index 497fcf4b22f..76fedcdda57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 4.0.3 +version = 4.1.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc