Skip to content

Commit

Permalink
build: bump version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Nov 14, 2024
1 parent e76d35c commit 9357dad
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.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
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.0"
VERSION = "3.2.1"
end

0 comments on commit 9357dad

Please sign in to comment.