diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..837e6782a80492ae748d82e59303cefead6a6bdc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [0.1.1] + +### Fixed +- [DEV] Minor errors in metadata files + +## [0.1.0] + +### Added +- Serve files from the current directory +- Serve files from the target directory +- Serve index files from directories +- Configure number of worker threads +- Bind to custom address and port \ No newline at end of file