From 12f8955def4c38230e143be569395a540aec0b28 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Thu, 30 Apr 2020 08:57:55 +0200 Subject: [PATCH] Initialize the project changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..83c51a2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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). + +## [0.0.1] - 2020-04-30 + +- Initial release + +[0.0.1]: https://github.com/mnencia/mchfuse/releases/tag/v0.0.1