diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c3354e8d43..afec0167fd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 5.20.0 +-------------- + +:Date: June 22, 2021 + +* `@humitos `__: Migration: fix RemoteRepository - Project data migration (`#8271 `__) +* `@ericholscher `__: Release 5.19.0 (`#8266 `__) +* `@humitos `__: Sync RemoteRepository for external collaborators (`#8265 `__) +* `@stsewd `__: Git: don't expand envvars in Gitpython (`#8263 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 24 (`#8262 `__) +* `@stsewd `__: Builds: check for nonexistent object (`#8261 `__) +* `@humitos `__: Make `Project -> ForeignKey -> RemoteRepository` (`#8259 `__) +* `@agjohnson `__: Add basic security policy (`#8254 `__) +* `@stsewd `__: Search: remove workaround for subprojects (`#8211 `__) +* `@stsewd `__: Search: allow to filter by project slugs (`#8149 `__) + Version 5.19.0 -------------- diff --git a/package.json b/package.json index 4c36c749520..d2c81932984 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "bowser": "^1.9.3", "cssfilter": "0.0.8", - "github-changelog": "github:agjohnson/github-changelog", + "github-changelog": "git+https://github.com/agjohnson/github-changelog.git", "npm": "^6.1.0" }, "devDependencies": { diff --git a/setup.cfg b/setup.cfg index 3928b107c29..364dd483f93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 5.19.0 +version = 5.20.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc