# 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.1.2 (2023-08-21) ### Changed - Set min version of `serde` to 1.0.185 ([#56]) [#56]: https://github.com/RustCrypto/JOSE/pull/56 ## 0.1.1 (2023-08-19) ### Changed - Pin upper version of `serde` to <1.0.172 to work around [serde-rs/serde#2538] ([#55]) [#55]: https://github.com/RustCrypto/JOSE/pull/55 [serde-rs/serde#2538]: https://github.com/serde-rs/serde/issues/2538 ## 0.1.0 (2023-05-20) - Initial release