diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5fade96 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +This project does not follow semantic versioning. +The **major** part of the version is the year +The **minor** part changes is the month +The **patch** part changes is incremented if multiple releases happen the same month + +## [Unreleased] + +### Added + +* web : Display web-add.sh version + +### Changed + +### Fixed + +* web-add.sh : Deleting mysql user with DROP USER to stay compatible with MariaDB 10.5+ - #78 +* web-add.sh : Correcting deletion order to avoid dependency issues - #76 + +### Removed + +### Security + +