# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.1] - 2024-09-30 ### Changed - Removed generic lifetime parameter from DapsClient to make the usage easier ## [0.2.0] - 2024-09-30 ### Changed - Add CHANGELOG.md - Add Method to expose the JwkSet to the DapsClient user - Moved the CertificatesCache to its own module and added a test for it - Bump dependencies [0.2.1]: https://github.com///compare/v0.2.0..0.2.1