From 53f2b9f87a5a6951602436850badd84f7161e6bd Mon Sep 17 00:00:00 2001 From: Rubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com> Date: Sun, 27 Sep 2020 13:40:11 +0000 Subject: Add CHANGELOG --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9d39e43 --- /dev/null +++ b/CHANGELOG @@ -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). + +## [Unreleased] +### Added +- This changelog + +[Unreleased]: https://gitlab.com/rbdr/junction/compare/v1.0.0...HEAD +[1.0.0]: https://gitlab.com/rbdr/junction/releases/tag/v1.0.0 \ No newline at end of file -- cgit