From 2e6c0cf91a61504a889b31929c114b2f2018e3b5 Mon Sep 17 00:00:00 2001 From: Abe Voelker <_@abevoelker.com> Date: Mon, 18 Sep 2023 13:26:30 -0500 Subject: [PATCH] Bump to 1.0.1 for bugfix --- CHANGELOG.md | 10 +++++++++- lib/devise/passwordless/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76400e3..8434c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/lib/devise/passwordless/version.rb b/lib/devise/passwordless/version.rb index 3ab3ab7..ff1935f 100644 --- a/lib/devise/passwordless/version.rb +++ b/lib/devise/passwordless/version.rb @@ -2,6 +2,6 @@ module Devise module Passwordless - VERSION = "1.0.0" + VERSION = "1.0.1" end end