diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c612..dce6c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.8.0) +- Added support to report on when health API endpoint is not avaialble in navbar and on health dashboard +- Fixed clickable area of navbar menu items +- Added support to hard code links for projects/venues +- Added health check URL to health dashboard +- Fixed health dashboard column resizer element z-index + ## [0.7.0] 2024-09-27 - Updated node version lts/iron - Added ability to fetch health information from Health API Endpoint for Health Dashboard diff --git a/package.json b/package.json index 553ed08..cc23a64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unity-ui", "private": true, - "version": "0.7.0", + "version": "0.8.0", "type": "module", "scripts": { "dev": "vite",