Skip to content

Commit

Permalink
Merge pull request #171 from LD4P/release
Browse files Browse the repository at this point in the history
prep for 2.2.1 release
  • Loading branch information
elrayle authored Sep 4, 2019
2 parents ef39bd4 + 6992d9c commit 45704a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.2.1 (2019-09-04)

* config to optionally display of the performance graph/datatable
* add data table view of performance data

### 2.2.0 (2019-08-15)

* add performance graphs to monitor status page
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.0'
VERSION = '2.2.1'
end

0 comments on commit 45704a2

Please sign in to comment.