diff --git a/CHANGES.md b/CHANGES.md index 42c549d..b8953e3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.3.7 + +* Fix method signature for ruby <= 2.6 + # 0.3.6 * Support Ruby 3. diff --git a/lib/rspec/cells/version.rb b/lib/rspec/cells/version.rb index f659ece..42df6fe 100644 --- a/lib/rspec/cells/version.rb +++ b/lib/rspec/cells/version.rb @@ -1,6 +1,6 @@ module RSpec module Cells - VERSION = "0.3.6" + VERSION = "0.3.7" end end