From 96a414fd98fc3823f0348c71bfd31462ea232137 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Tue, 22 Oct 2024 15:19:33 -0700 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3eb46..9c8c612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased (0.6.0) +## [0.7.0] 2024-09-27 +- Updated node version lts/iron +- Added ability to fetch health information from Health API Endpoint for Health Dashboard +- Removed cognito authentication +- Added authorization via httpd proxy +- Removed unneeded navigation links +- Removed job monitoring and new job features +- Added progress bar to be displayed when health information is being fetched +- Various code cleanup and optimization activities + +## [0.6.0] (unreleased) - Added Health Dashboard using static JSON file containing example health information. [#29](https://github.com/unity-sds/unity-ui/issues/29) - Updated navbar menu so that it is (partially) dynamic. External UI information is loaded via the Health JSON file. [#20](https://github.com/unity-sds/unity-ui/issues/20)