diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fd4a665fc38..df04e8cddbb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +Version 3.2.3 +------------- + +:Date: February 19, 2019 + +* `@ericholscher `__: Add basic auth to the generic webhook API. (`#5311 `__) +* `@ericholscher `__: Fix an issue where we were not properly filtering projects (`#5309 `__) +* `@stsewd `__: Rstrip repo url (`#5308 `__) +* `@stsewd `__: Use autosectionlabel for docs in security (`#5307 `__) +* `@rexzing `__: Incompatible dependency for prospector with pylint-django (`#5306 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 07 (`#5305 `__) +* `@davidfischer `__: Allow extensions to control URL structure (`#5296 `__) +* `@stsewd `__: Downgrade pytest-django (`#5294 `__) +* `@rexzing `__: Docs reformatting with :guilabel: (`#5161 `__) + Version 3.2.2 ------------- diff --git a/setup.cfg b/setup.cfg index e8088076c66..21f4058059e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.2.2 +version = 3.2.3 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc