This commit is contained in:
Greg T. Wallace 2025-03-17 22:06:52 -04:00
parent c67001f0e4
commit e87a3100d2
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# APC P15 Tool Changelog
## [v1.2.1] - 2025-03-17
Fix time check for UPS when it is set to GMT timezone.
All dependencies updated.
## [v1.2.0] - 2025-01-27
Add a new feature to `install` that checks the time of the UPS to confirm

View file

@ -12,7 +12,7 @@ import (
)
const (
appVersion = "1.2.0"
appVersion = "1.2.1"
)
// struct for receivers to use common app pieces