diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32e35dbe5ff..b2fa63ec41b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,27 @@ +Version 2.1.0 +------------- + + * `@ericholscher `_: Revert "Merge pull request #3336 from rtfd/use-active-for-stable" (`#3368 `_) + * `@agjohnson `_: Revert "Do not split before first argument (#3333)" (`#3366 `_) + * `@ericholscher `_: Remove pitch from ethical ads page, point folks to actual pitch page. (`#3365 `_) + * `@agjohnson `_: Add changelog and changelog automation (`#3364 `_) + * `@ericholscher `_: Fix mkdocs search. (`#3361 `_) + * `@ericholscher `_: Email sending: Allow kwargs for other options (`#3355 `_) + * `@ericholscher `_: Try and get folks to put more tags. (`#3350 `_) + * `@ericholscher `_: Suggest wiping your environment to folks with bad build outcomes. (`#3347 `_) + * `@humitos `_: GitLab Integration (`#3327 `_) + * `@jimfulton `_: Draft policy for claiming existing project names. (`#3314 `_) + * `@agjohnson `_: More logic changes to error reporting, cleanup (`#3310 `_) + * `@safwanrahman `_: [Fix #3182] Better user deletion (`#3214 `_) + * `@ericholscher `_: Better User deletion (`#3182 `_) + * `@RichardLitt `_: Add `Needed: replication` label (`#3138 `_) + * `@josejrobles `_: Replaced usage of deprecated function get_fields_with_model with new … (`#3052 `_) + * `@ericholscher `_: Don't delete the subprojects directory on sync of superproject (`#3042 `_) + * `@andrew `_: Pass query string when redirecting, fixes #2595 (`#3001 `_) + * `@saily `_: Add GitLab repo sync and webhook support (`#1870 `_) + * `@destroyerofbuilds `_: Setup GitLab Web Hook on Project Import (`#1443 `_) + * `@takotuesday `_: Add GitLab Provider from django-allauth (`#1441 `_) + Version 2.0 ----------- diff --git a/setup.cfg b/setup.cfg index d9dcee091a0..4e8b7ed3a51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 2.0 +version = 2.1.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc