diff --git a/CHANGELOG.md b/CHANGELOG.md index 812917f..83a6c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2024-11-14 + +### Changed +- refactored the files in the includes directory for improved template structure +- updated the CSS in the ADHA.css file for improved branding conformance + ## [0.1.2] - 2023-12-19 ### Added diff --git a/package-list.json b/package-list.json index de358a9..21cb2c5 100644 --- a/package-list.json +++ b/package-list.json @@ -11,6 +11,14 @@ "status": "ci-build", "current": true }, + { + "version": "0.2.0", + "desc": "Refactored includes files and updated ADHA.css file", + "path": "https://github.com/AuDigitalHealth/adha.template.base", + "status": "draft", + "sequence": "Publications", + "date": "2024-11-14" + }, { "version": "0.1.2", "desc": "Add link for fhir.js for downstream use in the Developer Portal",