Skip to content

Commit

Permalink
Bump version 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
Now that we've added the `ignores` configuration option, we want to cut
a new version of the gem.

Change-Id: I97e9ccb53e474e166ca5944d6864d2edd13354e0
Reviewed-on: http://gerrit.causes.com/40206
Tested-by: Henric Trotzig <[email protected]>
Reviewed-by: Henric Trotzig <[email protected]>
  • Loading branch information
Henric Trotzig authored and trotzig committed Jul 2, 2014
1 parent 2998914 commit 5b0e762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2

- Add configuration option that will allow you to ignore certain queries.

## 0.2.1

- Fix Bundler auto-requiring.
Expand Down
2 changes: 1 addition & 1 deletion lib/db_query_matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DBQueryMatchers
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit 5b0e762

Please sign in to comment.