We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c50b4b4 + aabc886 commit e6d28fcCopy full SHA for e6d28fc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v3.3.0] - 2025-02-06
4
+
5
+### Added
6
7
+- Updated `tpm-key_attestation` dependency from `~> 1.12.0` to `~> 1.14.0`. [#449](https://github.com/cedarcode/webauthn-ruby/pull/449) [@brauliomartinezlm], [@nicolastemciuc]
8
9
## [v3.2.2] - 2024-11-14
10
11
### Fixed
lib/webauthn/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WebAuthn
- VERSION = "3.2.2"
+ VERSION = "3.3.0"
end
0 commit comments