Skip to content

Commit

Permalink
Merge pull request #312 from LD4P/release/7.1.0
Browse files Browse the repository at this point in the history
release 7.1.0
  • Loading branch information
elrayle authored Feb 20, 2020
2 parents 9cd8857 + 8d9768f commit a5b0546
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 7.1.0 (2020-02-20)

* allow performance cache size to be set by environment variable
* move generation of history graph to cache_processors
* log warning in monitor logger if graphs fail to create
* monitor_status page won't try to display graphs if graph file does not exist

### 7.0.0 (2020-02-19)

* refactor of caching system to simplify the process
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.0.0'
VERSION = '7.1.0'
end

0 comments on commit a5b0546

Please sign in to comment.