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 3314591 + 368229a commit 0c74e13Copy full SHA for 0c74e13
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## [v0.3.1](https://github.com/cedarcode/devise-webauthn/compare/v0.3.0...v0.3.1/) - 2026-02-10
6
+
7
### Fixed
8
9
- Fix `install_generator` invoking missing `devise:webauthn:javascript` task. [#118](https://github.com/cedarcode/devise-webauthn/pull/118) [@joaquintomas2003]
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- devise-webauthn (0.3.0)
+ devise-webauthn (0.3.1)
devise (>= 4.9)
webauthn (~> 3.0)
lib/devise/webauthn/version.rb
@@ -2,6 +2,6 @@
module Devise
module Webauthn
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments