From b43130e1582f4287f2b29939f6e9d28479481c65 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 08:24:14 +0200 Subject: [PATCH] Add a CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba3bbba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 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] + +## [0.0.1] - 2020-04-25 + +### Added + +- Molecule 3.x support +- Usage documentation in the README.md +- Drone CI/CD integration testing + +### Changed + +- Migrate to git.autonomic.zone for maintenance +- Mirroring of Github repository and discussion with Molecule team