From fcfe271d022747bc20855b7cac63b6b4518bceaf Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 28 Mar 2024 11:37:49 -0400 Subject: [PATCH] chore: v0.6.0 CHANGELOG entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c1bf5..d2a7b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Canonical reference for changes, improvements, and bugfixes for cap. +## 0.6.0 + +* Add case insensitive user attribute keys configs for LDAP by @jasonodonnell in https://github.com/hashicorp/cap/pull/132 +* chore (oidc, jwt, ldap): update deps by @jimlambrt in https://github.com/hashicorp/cap/pull/133 +* Add empty anonymous group search configs by @jasonodonnell in https://github.com/hashicorp/cap/pull/134 + ## 0.5.0 ### Improvements