From 256cd27a4047a1939d2cd488df6c35bf26282a4f Mon Sep 17 00:00:00 2001 From: Nordstrand Date: Fri, 29 Jul 2022 17:41:49 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3887b24..899846b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [1.2.0] - 2022-07-29 + +### Added + - Added metrics (@uncleBorsch): - `nut_temperature_celsius` (`ups.temperature`) - `nut_delay_shutdown_seconds` (`ups.delay.shutdown`) @@ -40,9 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed typo in `device.mfr` variable (@nsapa). - -### Security +- Fixed typo in the `device.mfr` variable (@nsapa). ## [1.1.1] - 2021-04-11