From 83836e4373f809008c9c3b4a9204b73712124e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20O=2E=20Nordstrand?= Date: Sat, 28 Aug 2021 18:19:14 +0200 Subject: [PATCH] Prep for release 1.2.0 --- CHANGELOG.md | 14 +++++++++++++- src/version.h | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c2559..bc4879b 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/src/version.h b/src/version.h index cb466f9..680417c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION "1.1.0" +#define VERSION "1.2.0"