From 7e4a7798e9b6c2da2ee3ac8501d30024475688c8 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Thu, 21 Dec 2023 16:17:45 -0800 Subject: [PATCH] Updates the changelog for v0.4.1 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53f5c4..3c001ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ Canonical reference for changes, improvements, and bugfixes for cap. -## Next +## 0.4.1 + +### Bug fixes + +* SAML + * Truncate issue instant to microseconds to support Microsoft Entra ID enterprise applications (https://github.com/hashicorp/cap/pull/126) + +## 0.4.0 + +### Features + +* SAML + * Adds support for SAML authentication (https://github.com/hashicorp/cap/pull/99). + +### Improvements * LDAP * Add worker pool for LDAP token group lookups ([**PR**](https://github.com/hashicorp/cap/pull/98))