diff --git a/website/docs/releases/v2021.8.md b/website/docs/releases/v2021.8.md index 5b3ee217d..08cca6fa9 100644 --- a/website/docs/releases/v2021.8.md +++ b/website/docs/releases/v2021.8.md @@ -67,18 +67,25 @@ slug: "2021.8" - web: Merge pull request #1258 from goauthentik/publish-api-to-npm - web: migrate to @goauthentik/api - web: Update Web API Client version (#1283) -- web: use custom client for web linting - web/admin: allow users to create app password tokens - web/admin: display token's intents - web/admin: fix missing app passwords backend - web/admin: improve delete modal for stage bindings and policy bindings - web/admin: select all password stage backends by default -- web/admin: show system status first -- web/flows: fix error during error handling - website: add docs for making schema changes - website: make default login-2fa flow ignore 2fa with app passwords - website/docs: add docs for `auth_method` and `auth_method_args` fields +## Fixed in 2021.8.1 + +- *: cleanup api schema warnings +- core: fix error for asgi error handler with websockets +- core: fix error when user updates themselves +- core: fix user object for token not be set-able +- root: Fix table of contents for CONTRIBUTING.md (#1302) +- root: Require PG_PASS to be set (#1303) +- web/admin: allow admins to create tokens + ## Upgrading This release does not introduce any new requirements.