# Changelog All notable changes to this project will be documented in this file. # Template The new version number should be in the format `X.Y.Z` and the date should be in the format `YYYY-MM-DD`. Should be in reverse chronological order. ```markdown ## [Unreleased] ### Added - [Feature 1]: Description of the feature or enhancement. - [Feature 2]: Description of the feature or enhancement. ### Changed - [Feature 1]: Description of the change or improvement. - [Feature 2]: Description of the change or improvement. ### Deprecated - [Feature 1]: Description of the deprecated feature or functionality. ### Removed - [Feature 1]: Description of the removed feature or functionality. ### Fixed - [Bug 1]: Description of the bug fix. - [Bug 2]: Description of the bug fix. ``` ## [Version 1.0.0] - 2024-03-01 ### Added - [Feature 1]: Description of the feature or enhancement. - [Feature 2]: Description of the feature or enhancement. ### Changed - [Feature 1]: Description of the change or improvement. - [Feature 2]: Description of the change or improvement. ### Deprecated - [Feature 1]: Description of the deprecated feature or functionality. ### Removed - [Feature 1]: Description of the removed feature or functionality. ### Fixed - [Bug 1]: Description of the bug fix. - [Bug 2]: Description of the bug fix.