This commit is contained in:
Greg T. Wallace 2025-01-27 19:54:04 -05:00
parent 06b76700c4
commit 2e082a30cf
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# APC P15 Tool Changelog
## [v1.2.0] - 2025-01-27
Add a new feature to `install` that checks the time of the UPS to confirm
it is accurate. A log message is added that advises either way. Even if
the check fails, the install still proceeds with attempting to install
the new certificate.
Dependencies were also all updated.
## [v1.1.0] - 2024-09-17
> [!IMPORTANT]

View file

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