From 8d4f9e0651c3244ad335e72040943cade45ee076 Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Thu, 6 Jul 2023 11:59:41 +0200 Subject: [PATCH] Bump to 0.6.0 --- README.md | 4 ++++ lib/devise-otp/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0675c32..cb29bd9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Some of the compatible token devices are: Device OTP was recently updated to work with Rails 7 and Turbo. +## Sponsor + +Devise::OTP development is sponsored by [Business Class](https://businessclasskit.com/) Rails SaaS starter kit. If you don't want to setup OTP yourself for your new project, consider starting one on Business Class. + ## Two-factors authentication using OTP * A shared secret is generated on the server, and stored both on the token device (e.g. the phone) and the server itself. diff --git a/lib/devise-otp/version.rb b/lib/devise-otp/version.rb index 69c00f4..a4e20cb 100644 --- a/lib/devise-otp/version.rb +++ b/lib/devise-otp/version.rb @@ -1,5 +1,5 @@ module Devise module OTP - VERSION = "0.5.0" + VERSION = "0.6.0" end end