diff --git a/CHANGELOG.md b/CHANGELOG.md index 384287d..a02e839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.3 +- Fix issue #2 + ## 0.2.2 - Add configuration option that will allow you to ignore certain queries. diff --git a/lib/db_query_matchers/version.rb b/lib/db_query_matchers/version.rb index 9dfcc75..0782e5f 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.2.2' + VERSION = '0.2.3' end