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