diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1493a7..e7810787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + ## [v3.2.0] - 2024-11-13 ### Added diff --git a/lib/webauthn/version.rb b/lib/webauthn/version.rb index 877e2978..16a8f853 100644 --- a/lib/webauthn/version.rb +++ b/lib/webauthn/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebAuthn - VERSION = "3.2.0" + VERSION = "3.2.1" end