From 7c243547e7fe0b72c0a2d73c6e2ba2932398e20b Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Fri, 15 May 2026 15:27:28 -0400 Subject: [PATCH] chore: align repository structure with portfolio documentation standards --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb61911 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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). + +## [Unreleased] +### Added +- Initial project structure