CHANGELOG.md in webauthn-3.2.1 vs CHANGELOG.md in webauthn-3.2.2

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## [v3.2.2] - 2024-11-14 + +### Fixed + +- Fix `PublicKeyCredential::Options#.as_json` not camelCase'ing keys of attributes with hash or arrays as values. [#445](https://github.com/cedarcode/webauthn-ruby/pull/445) [@santiagorodriguez96] + ## [v3.2.1] - 2024-11-14 ### Fixed - Fix JSON Serializer generating json with attributes with a null value. [#442](https://github.com/cedarcode/webauthn-ruby/pull/442) @santiagorodriguez96