diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d7991..09ab956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 7.7.0 (2021-04-13) + +* remove unused translations +* show notification when refreshing starts on monitor status page +* hide data in Authority Connection History for non-active authorities +* loosen threshold for caution in historical uptime table +* minor tweaks missed in original sync + ### 7.6.0 (2021-04-12) * update authority configs and test scenarios to use the new cache indexing with results stored as blobs in the index diff --git a/lib/qa_server/version.rb b/lib/qa_server/version.rb index c61d856..d988c8e 100644 --- a/lib/qa_server/version.rb +++ b/lib/qa_server/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module QaServer - VERSION = '7.6.0' + VERSION = '7.7.0' end