diff --git a/website/docs/releases/2023/v2023.8.md b/website/docs/releases/2023/v2023.8.md index 0e992cb0c..c55e291b4 100644 --- a/website/docs/releases/2023/v2023.8.md +++ b/website/docs/releases/2023/v2023.8.md @@ -124,6 +124,18 @@ image: - web: fix notification drawer scrolling (#6675) - web/admin: fix version link to release notes (#6676) +## Fixed in 2023.8.2 + +- core: make groups' parent_name nullable as it might not be set (#6700) +- crypto: fix certificate has_key filter (#6727) +- events: fix missing application names from most used applications (#6689) +- policies/reputation: fix reputation not expiring (#6714) +- providers/oauth2: fix incorrect scope permissions shown (#6696) +- providers/saml: fix SAML metadata import API requiring flow slug inst… (#6729) +- root: expand exception logging (#6690) +- web/admin: clear other options depending on what the binding targets (#6703) +- web/admin: fix ak-toggle-group for policy and blueprint uses (#6687) + ## API Changes #### What's New