diff --git a/CHANGES.md b/CHANGES.md index f8e3397..6ad1bc4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.3.9 + +* Allow rspec-rails >= 6.2.0. + # 0.3.8 * Allow rspec-rails 6.0 diff --git a/lib/rspec/cells/version.rb b/lib/rspec/cells/version.rb index d519f0d..755c958 100644 --- a/lib/rspec/cells/version.rb +++ b/lib/rspec/cells/version.rb @@ -1,6 +1,6 @@ module RSpec module Cells - VERSION = "0.3.8" + VERSION = "0.3.9" end end