From 3800e9bc23491612a7decb0a59b7769b53947d3d Mon Sep 17 00:00:00 2001 From: timoj Date: Wed, 3 Mar 2021 13:28:11 +0100 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f8cc3a2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ + +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] - yyyy-mm-dd + + +## [0.1.0-beta2.0] - 2021-03-04 + +Migration: config file changed, all siridb related config is in a seperate settings.enodo file in the root of the data folder you give up within the conf file. + +### Added + +- Environment variable support +- Default config can be created by running listener with `--create_config` + +### Changed + + +### Fixed + \ No newline at end of file