diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29ac0ee6bf5..306e6a37336 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,34 @@ +Version 4.1.6 +------------- + +:Date: April 21, 2020 + +* `@stsewd `__: Revert usage of watchman (`#6934 `__) +* `@Mariatta `__: Fix typo: you -> your (`#6931 `__) +* `@humitos `__: Do not override the domain of Azure Storage (`#6928 `__) +* `@humitos `__: Per-project concurrency and check before triggering the build (`#6927 `__) +* `@davidfischer `__: Remove note about underscore in domain (`#6924 `__) +* `@stsewd `__: Pass INIT to azurite (`#6918 `__) +* `@humitos `__: Use requests.head to query storage.exists (`#6917 `__) +* `@stsewd `__: Bring back search highlight (`#6914 `__) +* `@ericholscher `__: Improve logging around status setting on PR builds (`#6912 `__) +* `@ericholscher `__: Add hoverxref to our docs (`#6911 `__) +* `@stsewd `__: Safely join storage paths (`#6910 `__) +* `@humitos `__: Release 4.1.5 (`#6909 `__) +* `@ericholscher `__: Fix Cache-Tag header name (`#6908 `__) +* `@stsewd `__: Handle paths with trailing `/` (`#6906 `__) +* `@ericholscher `__: Include the project slug in the PR context (`#6904 `__) +* `@ericholscher `__: Fix single version infinite redirect (`#6900 `__) +* `@humitos `__: Load YAML files safely (`#6897 `__) +* `@humitos `__: Use a custom Task Router to route tasks dynamically (`#6849 `__) +* `@zdover23 `__: Made syntactical improvments and fixed some vocabulary issues. (`#6825 `__) +* `@humitos `__: Add CORS headers to Azurite (`#6784 `__) +* `@stsewd `__: Force to use proxied API for footer and search (`#6768 `__) +* `@ericholscher `__: Only output debug logging from RTD app (`#6717 `__) +* `@ericholscher `__: Add ability to sort dashboard by modified date (`#6680 `__) +* `@stsewd `__: Protection against None when sending notifications (`#6610 `__) +* `@stsewd `__: Guide: private python packages in .com (`#6530 `__) + Version 4.1.5 ------------- diff --git a/setup.cfg b/setup.cfg index c41a8f0ac91..4d46441ab31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 4.1.5 +version = 4.1.6 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc