Skip to content

Commit

Permalink
prep for release 5.2.0
Browse files Browse the repository at this point in the history
NOTE: Two commits were made without a PR.  They comprise the 5.2.0 release.

Look for commits with title…
* set monitoring to expire nightly at 3am ET by default
* save performance data once a day when running monitoring tests

Also includes changes from PRs...
* setup travis-ci to run
  • Loading branch information
elrayle committed Dec 12, 2019
1 parent 82d7bc4 commit 1580032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 5.2.0 (2019-12-10)

* cache performance data saving once a day when monitoring runs
* set monitoring to expire at 3am ET by default (configurable)
* setup travis-ci to run

### 5.1.0 (2019-12-10)

* allow suppression of performance data gathering
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 = '5.1.0'
VERSION = '5.2.0'
end

0 comments on commit 1580032

Please sign in to comment.