Skip to content

Commit

Permalink
release 7.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jun 10, 2021
1 parent d3cd8c7 commit 0311149
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 @@
### 7.9.2 (2021-06-10)

* fix: only check for dogear if status is a Hash

### 7.9.1 (2021-06-10)

* fix compare accuracy fails if either has pending tests
Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '7.9.1'
VERSION = '7.9.2'
end

0 comments on commit 0311149

Please sign in to comment.