From cdf731e3298a84c6ea0a8fbb351a35de7d9d2f96 Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 2 May 2024 15:45:21 +0200 Subject: [PATCH] Typo Co-authored-by: Simone Cottini --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8c900..456b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Added jwks_client_rs instead of reimplemnting it's functionality +- Added jwks_client_rs instead of reimplementing it's functionality - Updated reqwest to 0.12, reqwest-middleware to 0.3 and http to 1.0 ---