Skip to content

Commit 6fa4831

Browse files
Merge pull request #446 from cedarcode/sr--prepare-for-3.2.2-release
Prepare for `v3.2.2` release
2 parents c385f25 + 6911787 commit 6fa4831

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v3.2.2] - 2024-11-14
4+
5+
### Fixed
6+
7+
- 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]
8+
39
## [v3.2.1] - 2024-11-14
410

511
### Fixed

lib/webauthn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebAuthn
4-
VERSION = "3.2.1"
4+
VERSION = "3.2.2"
55
end

0 commit comments

Comments
 (0)