diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 49af8daf3..eae88ff18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,36 @@ +Version 2.8.2 +------------- + +:Date: November 28, 2018 + +* `@stsewd `__: Use .exists in queryset (`#4927 `__) +* `@stsewd `__: Don't rmtree symlink (`#4925 `__) +* `@stsewd `__: Delete tags with same commit (`#4915 `__) +* `@safwanrahman `__: Tuning Elasticsearch for search improvements (`#4909 `__) +* `@edmondchuc `__: Fixed some typos. (`#4906 `__) +* `@humitos `__: Upgrade stripe Python package to the latest version (`#4904 `__) +* `@humitos `__: Retry on API failure when connecting from builders (`#4902 `__) +* `@stsewd `__: Separate update and checkout steps (`#4901 `__) +* `@humitos `__: Expose environment variables from database into build commands (`#4894 `__) +* `@ericholscher `__: Use python to expand the cwd instead of environment variables (`#4882 `__) +* `@humitos `__: Call Celery worker properly (`#4881 `__) +* `@dojutsu-user `__: Disable django.security.DisallowedHost from logging (`#4879 `__) +* `@dojutsu-user `__: Remove 'Sphinx Template Changes' From Docs (`#4878 `__) +* `@ericholscher `__: Unbreak the admin on ImportedFile by using raw_id_fields (`#4874 `__) +* `@stsewd `__: Check if latest exists before updating identifier (`#4873 `__) +* `@ericholscher `__: Release 2.8.1 (`#4872 `__) +* `@dojutsu-user `__: Update django-guardian settings (`#4871 `__) +* `@dojutsu-user `__: Change 'VerisionLockedTimeout' to 'VersionLockedError' in comment. (`#4859 `__) +* `@stsewd `__: Hide "edit on" when the version is a tag (`#4851 `__) +* `@stsewd `__: Delete untracked tags on fetch (`#4811 `__) +* `@humitos `__: Appropiate logging when a LockTimeout for VCS is reached (`#4804 `__) +* `@stsewd `__: Remove support for multiple configurations in one file (`#4800 `__) +* `@stsewd `__: Pipfile support (schema) (`#4782 `__) +* `@stsewd `__: Save config on build model (`#4749 `__) +* `@invinciblycool `__: Redirect to build detail post manual build (`#4622 `__) +* `@davidfischer `__: Enable timezone support and set timezone to UTC (`#4545 `__) +* `@chirathr `__: Webhook notification URL size validation check (`#3680 `__) + Version 2.8.1 ------------- diff --git a/setup.cfg b/setup.cfg index 3f91509df..1264dd9d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 2.8.1 +version = 2.8.2 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc