diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e69012978a2..65f68742a71 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,27 @@ +Version 11.9.0 +-------------- + +:Date: October 08, 2024 + +* `@humitos `__: Notification: update copy since it's a past date (`#11657 `__) +* `@humitos `__: Proxito: remove `X-RTD-Hosting-Integrations` HTTP header (`#11656 `__) +* `@humitos `__: Metrics: don't rely on Embed APIv2 (`#11652 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11650 `__) +* `@stsewd `__: ES: fix another flaky test (`#11647 `__) +* `@simonbowly `__: Specify that hidden versions in RTD are blocked from indexing (`#11644 `__) +* `@ericholscher `__: Large docs refactor (`#11641 `__) +* `@stsewd `__: ES: fix flaky test (`#11640 `__) +* `@stsewd `__: Allauth: add 429 handler (`#11639 `__) +* `@humitos `__: Addons: disable search filters for now (`#11638 `__) +* `@humitos `__: Docs: use the latest Sphinx theme (`#11637 `__) +* `@ericholscher `__: Update Analytics pages in the docs (`#11636 `__) +* `@ericholscher `__: Update Business docs (`#11635 `__) +* `@ericholscher `__: Release 11.8.1 (`#11634 `__) +* `@humitos `__: Build: don't show listing or detail view if project is spam (`#11633 `__) +* `@humitos `__: Domains: put a limit of 2 custom domains per project (`#11629 `__) +* `@stsewd `__: Addons: small improvements and privacy considerations (`#11561 `__) +* `@humitos `__: Addons: prepare Proxito and dashboard to enable them by default (`#11513 `__) + Version 11.8.1 -------------- diff --git a/docs/conf.py b/docs/conf.py index f13c6c0f70e..9ef5ae58336 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.8.1" +version = "11.9.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index ffa195f4c3a..ef0c4fbcac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.8.1", + "version": "11.9.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index bb8152714b9..516be39c9f1 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.8.1" +__version__ = "11.9.0" diff --git a/setup.cfg b/setup.cfg index aaf02c7acea..bddcf234130 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.8.1 +version = 11.9.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.8.1" +current_version = "11.9.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False