mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-05-08 16:49:44 +00:00
v1.2.0
This commit is contained in:
parent
06b76700c4
commit
2e082a30cf
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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]
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "1.1.0"
|
||||
appVersion = "1.2.0"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Reference in a new issue