Prep for release 1.2.0

This commit is contained in:
Håvard O. Nordstrand 2021-08-28 18:19:14 +02:00
parent 823e851699
commit 83836e4373
2 changed files with 14 additions and 2 deletions

View File

@ -18,11 +18,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [1.2.0] - 2021-08-28
### Added
- Added support for setting the domain name (used for DHCP DDNS).
- Added configurable Prometheus namespace (metric prefix).
- Added request logging.
### Security
- Disabled WLAN AP mode (each device created an open WLAN).
## [1.1.0] - 2021-06-12
### Added
- Add support for static IPv4 addressing.
- Added support for static IPv4 addressing.
## [1.0.0] - 2020-06-29

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION "1.1.0"
#define VERSION "1.2.0"