From 0f6ab12ff578c72c06dd91659646a5dee77b7e5d Mon Sep 17 00:00:00 2001 From: "Hans Georg Schaathun @kerckhoffs" Date: Fri, 5 Feb 2021 10:21:53 +0100 Subject: [PATCH] Added CHANGELOG --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1129e57 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 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). + +## [Unreleased] +### Changed +- + +## [1.0.1] - 2021-02-05 + +- Tested and approved for Moodle 3.9 and 3.10 + +### Changed + +- Continuous integration with github workflows +- Minor fixes to comply with moodle style requirements + +## [1.0.0] - 2019-07-30 + +First version considered ready for field trial. + +[Unreleased]: https://github.com/KQMATH/moodle-mod_jazzquiz/compare/v0.4.1...HEAD +[1.0.1]: https://github.com/KQMATH/moodle-qtype_mod_jazzquiz/compare/v1.0.0...v1.0.1