-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog to track versions modifications
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 1.0.0 (2018-09-24) | ||
|
||
* drive URL base host path from qa engine mount location | ||
* show graph of historical data on monitor status page (prereq: ImageMagick) | ||
* expand historical data to track all test results (passing and failing) (requires: db migrations) | ||
* add bixby to control rubocop styles consistent with Hyrax | ||
* add ability to use configurations to control app features | ||
* fix security vulnerabilities | ||
|
||
### 0.1.99 (2018-08-27) | ||
|
||
* convert existing app code into a ruby engine |