Bump version to 1.0.1

This commit is contained in:
2019-05-01 16:49:12 +02:00
parent b9771a638a
commit 70bf7b0406
2 changed files with 15 additions and 1 deletions

View File

@ -4,6 +4,20 @@ 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/)
## 2019-05-01 - 1.0.1
### Added
- Reorder variables
- Improved documentation
- Move internal error handling into his own func
- Improve formating/readability
- Remove fmt module
- Improved error logging
- Refactor global variables
- Optimize port check
- Improve cli input validation
## 2019-04-29 - 1.0.0
### Added