Skip to content

Commit

Permalink
prep for bug release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Sep 11, 2019
1 parent 03c178c commit cf118d0
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 @@
### 2.2.3 (2019-09-11)

* do not process and store performance data if it wasn't returned in the result

### 2.2.2 (2019-09-10)

* handle stat calculation and formatting when 0 records or missing stats
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 = '2.2.2'
VERSION = '2.2.3'
end

0 comments on commit cf118d0

Please sign in to comment.