Prep for release 1.2.0
This commit is contained in:
parent
823e851699
commit
83836e4373
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define VERSION "1.1.0"
|
||||
#define VERSION "1.2.0"
|
||||
|
|
Loading…
Reference in New Issue