diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0e24d2d36c..b8c6e18632d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,39 @@ +Version 5.1.0 +------------- + +:Date: May 19, 2020 + +This release includes one major new feature which is Pageview Analytics. +This allows projects to see the pages in their docs that have been viewed in the past 30 days, +giving them an idea of what pages to focus on when updating them. + +This release also has a few small search improvements, doc updates, and other bugfixes as well. + +* `@ericholscher `__: Add a setting for storing pageviews (`#7097 `__) +* `@stsewd `__: Footer: Check for mkdocs doctype too (`#7094 `__) +* `@ericholscher `__: Fix the unresolver not working properly with root paths (`#7093 `__) +* `@stsewd `__: Privacy levels: migrate protected versions (`#7092 `__) +* `@humitos `__: Guide for Embed API (`#7089 `__) +* `@davidfischer `__: Document HSTS support (`#7083 `__) +* `@stsewd `__: Search: record queries with 0 results (`#7081 `__) +* `@stsewd `__: Search: track total results (`#7080 `__) +* `@humitos `__: Proxy embed URL (`#7079 `__) +* `@stsewd `__: Search: Little refactor (`#7076 `__) +* `@davidfischer `__: Canonical/HTTPS redirect fix (`#7075 `__) +* `@santos22 `__: Fix tests ahead of django-dynamic-fixture update (`#7073 `__) +* `@stsewd `__: Sphinx Search: don't skip indexing if one file fails (`#7071 `__) +* `@stsewd `__: Search: generate full link from the server side (`#7070 `__) +* `@ericholscher `__: Fix PR builds being marked built (`#7069 `__) +* `@ericholscher `__: Add a page about choosing between .com/.org (`#7068 `__) +* `@ericholscher `__: Release 5.0.0 (`#7064 `__) +* `@stsewd `__: Search: Index more content from sphinx (`#7063 `__) +* `@santos22 `__: Hide unbuilt versions in footer flyout (`#7056 `__) +* `@ericholscher `__: Docs: Refactor and simplify our docs (`#7052 `__) +* `@stsewd `__: Search Document: remove unused class methods (`#7035 `__) +* `@stsewd `__: Search: iterate over valid facets only (`#7034 `__) +* `@stsewd `__: RTDFacetedSearch: pass filters in one way only (`#7032 `__) +* `@dojutsu-user `__: Store Pageviews in DB (`#6121 `__) + Version 5.0.0 ------------- diff --git a/setup.cfg b/setup.cfg index f00f192f884..534e38d8c67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.0.0 +version = 5.1.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc