Skip to content

Commit

Permalink
Merge pull request #446 from cedarcode/sr--prepare-for-3.2.2-release
Browse files Browse the repository at this point in the history
Prepare for `v3.2.2` release
  • Loading branch information
brauliomartinezlm authored Nov 14, 2024
2 parents c385f25 + 6911787 commit 6fa4831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion lib/webauthn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebAuthn
VERSION = "3.2.1"
VERSION = "3.2.2"
end

0 comments on commit 6fa4831

Please sign in to comment.