From 45d318945edc91aee1cc683facdc157f2959cbd5 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Wed, 9 Oct 2019 22:50:10 -0400 Subject: [PATCH] update to release 3.0.3 * remove titles from graphs (previously set to '' which caused problems when deployed) --- CHANGELOG.md | 4 ++++ lib/qa_server/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c50316..f79108e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.0.3 (2019-10-09) + +* remove titles from graphs (previously set to '' which caused problems when deployed) + ### 3.0.2 (2019-10-09) * bug fix - make sure count is counting based on the current set of times diff --git a/lib/qa_server/version.rb b/lib/qa_server/version.rb index e81a54e..ed45c86 100644 --- a/lib/qa_server/version.rb +++ b/lib/qa_server/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module QaServer - VERSION = '3.0.2' + VERSION = '3.0.3' end