Skip to content

Commit

Permalink
Bump to 1.0.1 for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Sep 18, 2023
1 parent b7ef992 commit 2e6c0cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 1.0.0
## 1.0.1 - Sep 18, 2023

### Bugfixes

* Fixed bug where `filter_parameters` check erred on regex keys ([#39] - thanks [@thimo]!)

## 1.0.0 - Sep 15, 2023

### Enhancements

Expand Down Expand Up @@ -32,6 +38,7 @@
[@iainbeeston]: https://github.com/iainbeeston
[@joeyparis]: https://github.com/joeyparis
[@JoeyLeadJig]: https://github.com/JoeyLeadJig
[@thimo]: https://github.com/thimo
[@til]: https://github.com/til

[#13]: https://github.com/abevoelker/devise-passwordless/issues/13
Expand All @@ -42,3 +49,4 @@
[#27]: https://github.com/abevoelker/devise-passwordless/pull/27
[#33]: https://github.com/abevoelker/devise-passwordless/pull/33
[#36]: https://github.com/abevoelker/devise-passwordless/pull/36
[#39]: https://github.com/abevoelker/devise-passwordless/issues/39
2 changes: 1 addition & 1 deletion lib/devise/passwordless/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Devise
module Passwordless
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit 2e6c0cf

Please sign in to comment.