prometheus-esp8266-dht-expo.../CHANGELOG.md

42 lines
732 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### 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
- Added support for static IPv4 addressing.
## [1.0.0] - 2020-06-29
Initial release.