diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e3cd1ad3b9..68bcc3e89d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,22 @@ +Version 3.1.0 +------------- + +This version greatly improves our search capabilities, +thanks to the Google Summer of Code. +We're hoping to have another version of search coming soon after this, +but this is a large upgrade moving to the latest Elastic Search. + +:Date: January 24, 2019 + +* `@ericholscher `__: Fix docs build (`#5164 `__) +* `@ericholscher `__: Release 3.0.0 (`#5163 `__) +* `@stsewd `__: Fix tests on master (`#5162 `__) +* `@dojutsu-user `__: Sort versions smartly everywhere (`#5157 `__) +* `@stsewd `__: Allow query params in redirects (`#5081 `__) +* `@dojutsu-user `__: Implement get objects or log (`#4900 `__) +* `@stsewd `__: Remove usage of project.documentation_type in tasks (`#4896 `__) +* `@ericholscher `__: Reapply the Elastic Search upgrade to `master` (`#4722 `__) + Version 3.0.0 ------------- diff --git a/setup.cfg b/setup.cfg index 43cd92f93aa..926ab747ebe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.0.0 +version = 3.1.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc