Skip to content

Commit

Permalink
build: bump version to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Nov 14, 2024
1 parent c385f25 commit 6911787
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 6911787

Please sign in to comment.