From cca903f2e672fbbe8f391056aeb94aca4cd0cb67 Mon Sep 17 00:00:00 2001 From: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:23:39 -0800 Subject: [PATCH] Adds changelog entry for v0.19.0 (#271) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bf7690..39c35d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## Unreleased +## v0.19.0 + +IMPROVEMENTS: +* Add support for numeric claims in `bound_claims` https://github.com/hashicorp/vault-plugin-auth-jwt/pull/265 + ## v0.18.0 IMPROVEMENTS: -* Add support for numeric claims in bound_claims https://github.com/hashicorp/vault-plugin-auth-jwt/pull/265 * Include role name in Entity Alias metadata https://github.com/hashicorp/vault-plugin-auth-jwt/pull/160 * Updated dependencies: * `github.com/hashicorp/cap` v0.3.4 -> v0.4.0