diff --git a/CHANGELOG.md b/CHANGELOG.md index 0869933..a2bbe1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.14.0 + +- Relax gem constraints to allow Rails 8.0 + ## 0.13.0 - Drop support for Ruby 3.0 (3.1+ still supported) diff --git a/lib/db_query_matchers/version.rb b/lib/db_query_matchers/version.rb index e15bbef..83e032d 100644 --- a/lib/db_query_matchers/version.rb +++ b/lib/db_query_matchers/version.rb @@ -1,4 +1,4 @@ # Defines the gem version. module DBQueryMatchers - VERSION = '0.13.0' + VERSION = '0.14.0' end