Skip to content

Commit 0c74e13

Browse files
Merge pull request #122 from cedarcode/prepare-031
Prepare for 0.3.1 relaese
2 parents 3314591 + 368229a commit 0c74e13

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [v0.3.1](https://github.com/cedarcode/devise-webauthn/compare/v0.3.0...v0.3.1/) - 2026-02-10
6+
57
### Fixed
68

79
- Fix `install_generator` invoking missing `devise:webauthn:javascript` task. [#118](https://github.com/cedarcode/devise-webauthn/pull/118) [@joaquintomas2003]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
devise-webauthn (0.3.0)
4+
devise-webauthn (0.3.1)
55
devise (>= 4.9)
66
webauthn (~> 3.0)
77

lib/devise/webauthn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Devise
44
module Webauthn
5-
VERSION = "0.3.0"
5+
VERSION = "0.3.1"
66
end
77
end

0 commit comments

Comments
 (0)