From 2e2b48ff2dbe796b33c87b47d1d323a894df4370 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Wed, 23 Feb 2022 20:11:00 -0500 Subject: [PATCH] Bump version to 3.6.1 --- CHANGELOG.md | 4 +++- Gemfile.lock | 6 +++--- lib/sail/version.rb | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8dac4..86d9b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## 3.7.0 ## +## 3.6.1 ## * Create view generator to allow main app to customize setting card *[@vinistock]* +* Fix setting card cache expiration for redis *[@vinistock]* +* Add require MFA in the gemspec *[@vinistock]* ## 3.6.0 ## diff --git a/Gemfile.lock b/Gemfile.lock index c3174c6..2c7f18e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sail (3.6.0) + sail (3.6.1) fugit rails (>= 5.0.0) @@ -94,7 +94,7 @@ GEM database_cleaner-core (2.0.1) diff-lcs (1.5.0) erubi (1.10.0) - et-orbi (1.2.5) + et-orbi (1.2.6) tzinfo ffi (1.14.2) fugit (1.5.2) @@ -263,4 +263,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.2.29 + 2.2.31 diff --git a/lib/sail/version.rb b/lib/sail/version.rb index 5bcf7a1..3c262d4 100644 --- a/lib/sail/version.rb +++ b/lib/sail/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sail - VERSION = "3.6.0" + VERSION = "3.6.1" end