# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This file is managed by towncrier. To add a changelog entry:
Create a new file in changelog/ directory: - changelog/<ISSUE_NUMBER>.<TYPE>.rst - Types: feature, bugfix, doc, removal, misc
Write your change in markdown format using issue number
Example: changelog/123.feature.rst
`rst
Add automated changelog management (#123)
`
The changelog will be automatically updated on next release
## [Unreleased]
### Added ### Changed ### Deprecated ### Removed ### Fixed ### Security
## Version 0.1¶
Initial release
Feature A added
FIX: nasty bug #1729 fixed
add your changes here!