From 190ec4eb832afee0de09cd7cb46a2c55f6d84f26 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Fri, 16 Apr 2021 21:08:01 -0400 Subject: [PATCH] release 6.3.0 - up-down connection chart * Add chart showing simulated graph (in table) of the last 30 days of up-down connection data --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- config/locales/qa_server.en.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ea094..05af6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 6.3.0 (2021-04-16) + +* update to LD4P/qa_server 7.9.0 + * Add chart showing simulated graph (in table) of the last 30 days of up-down connection data + ### 6.2.0 (2021-04-14) * update to LD4P/qa_server 7.8.0 diff --git a/Gemfile.lock b/Gemfile.lock index 4489be7..93919c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM nokogiri (~> 1.6) rails (>= 5.0, < 6.1) rdf - qa_server (7.8.0) + qa_server (7.9.0) gruff rails (~> 5.2, >= 5.2.5) sass-rails (~> 5.0) diff --git a/config/locales/qa_server.en.yml b/config/locales/qa_server.en.yml index ba6f1ca..2cdd9e7 100644 --- a/config/locales/qa_server.en.yml +++ b/config/locales/qa_server.en.yml @@ -1,7 +1,7 @@ --- en: qa_server: - application_version: "6.2.0" + application_version: "6.3.0" application_name: "LD4P Authority Lookup Service" footer: copyright_html: "Copyright © 2018-2020 Cornell Licensed under the Apache License, Version 2.0"