Release 1.3.0

This commit is contained in:
Robert Jacob 2020-08-09 16:33:17 +02:00
parent b6d580b4c8
commit e6fe84f0f3
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@ This changelog contains the changes made between releases. The versioning follow
## Unreleased
## 1.3.0 (2020-08-09)
### Added
- HTTP Handler for getting build information `/version`
- In-memory cache for data retrieved from NetAtmo API, configurable timeouts
### Changed
- Logger uses leveled logging, added option to set log level
- Updated Go runtime and dependencies
## 1.2.0 (2018-10-27)
### Added