From 8476dc7052518d92a14636dafdac4da850db0598 Mon Sep 17 00:00:00 2001 From: Peach Date: Wed, 24 Nov 2021 01:48:55 +0100 Subject: [PATCH] Chore: add created versions to changelog --- changelog.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5ddad42..21078ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,30 @@ -# Changelog \ No newline at end of file +# 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). + +## [Unreleased] +### Added + +## [1.1.0] - 2021-11-24 +### Changed +- bumped software version to be the first working major/minor compination, official project start. + +## [1.0.4] - 2021-11-23 +### Added +- automated release management + - on git tag push a release with the corrosponding version name will be generated. +- imported newest compendium changes. + +## [1.0.3] - 2021-11-23 +### Added +- manifest file is now linked in module.json + +## [1.0.2] - 2021-11-23 +### Added +- Download and project url to module.json + +## [1.0.1] - 2021-11-23 +### Added +First release \ No newline at end of file