Skip to content

Commit

Permalink
Cut version 0.11.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Feb 23, 2022
1 parent d85ecd8 commit e4cdd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `main` (unreleased)
## 0.11.0

- Relax dependencies for compatibility with Rails 7.0
- Move CI to GitHub actions
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.10.0'
VERSION = '0.11.0'
end

0 comments on commit e4cdd1e

Please sign in to comment.