diff --git a/CHANGES.md b/CHANGES.md index b8953e3..f8e3397 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.3.8 + +* Allow rspec-rails 6.0 + # 0.3.7 * Fix method signature for ruby <= 2.6 diff --git a/lib/rspec/cells/version.rb b/lib/rspec/cells/version.rb index 42df6fe..d519f0d 100644 --- a/lib/rspec/cells/version.rb +++ b/lib/rspec/cells/version.rb @@ -1,6 +1,6 @@ module RSpec module Cells - VERSION = "0.3.7" + VERSION = "0.3.8" end end