From 9357dadf44135d25723e71f9161ed5020a00f45b Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:46:39 -0300 Subject: [PATCH] build: bump version to v3.2.1 --- CHANGELOG.md | 6 ++++++ lib/webauthn/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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