Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Feb 24, 2022
1 parent 1a57d3a commit 2e2b48f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ##

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sail (3.6.0)
sail (3.6.1)
fugit
rails (>= 5.0.0)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -263,4 +263,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.2.29
2.2.31
2 changes: 1 addition & 1 deletion lib/sail/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sail
VERSION = "3.6.0"
VERSION = "3.6.1"
end

0 comments on commit 2e2b48f

Please sign in to comment.