diff --git a/CHANGELOG.md b/CHANGELOG.md index 4936f32..9260307 100644 --- a/CHANGELOG.md +++ b/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] diff --git a/pkg/app/app.go b/pkg/app/app.go index 9a3f542..2392056 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -12,7 +12,7 @@ import ( ) const ( - appVersion = "1.1.0" + appVersion = "1.2.0" ) // struct for receivers to use common app pieces