From 33a19e8d4cac1398ae0705de74b706b36e4ef879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-taobojlen@users.noreply.gitlab.com> Date: Sat, 13 Jul 2019 19:02:29 +0000 Subject: [PATCH] Add CHANGELOG --- CHANGELOG | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9dade06 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,18 @@ +# 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 +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [1.0.0] - 2018-09-01 +### Added +- Initial release. The date above is inaccurate; this first version was released sometime in the fall of 2018. +- This release had a Django backend and a [Sigma.js](http://sigmajs.org/) graph. \ No newline at end of file