diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f8eb09572a1..f9efbb0e626 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +Version 2.6.1 +------------- + +:Date: July 17, 2018 + +* `@davidfischer `__: Do not access database from builds to check ad-free (`#4387 `__) +* `@humitos `__: Adapt YAML config integration tests (`#4385 `__) +* `@stsewd `__: Set full `source_file` path for default configuration (`#4379 `__) +* `@humitos `__: More tags when logging errors to Sentry (`#4375 `__) + Version 2.6.0 ------------- diff --git a/setup.cfg b/setup.cfg index e815c6bccad..c524c2cf0ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 2.6.0 +version = 2.6.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc