Skip to content

Commit e6d28fc

Browse files
Merge pull request #451 from cedarcode/nt--prepare-for-release-3-3-0
Prepare for `v3.3.0` release
2 parents c50b4b4 + aabc886 commit e6d28fc

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.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+
39
## [v3.2.2] - 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.2"
4+
VERSION = "3.3.0"
55
end

0 commit comments

Comments
 (0)