diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ab32c..39c9104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # APC P15 Tool Changelog +## [v0.5.2] - 2024-06-19 + +Minor tweak to the previous version. Add timeout for shell +commands that don't execute as expected. + + ## [v0.5.1] - 2024-06-18 Both NMC2 and NMC3 should now be fully supported. diff --git a/pkg/app/app.go b/pkg/app/app.go index b02d805..d1f4d6d 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -12,7 +12,7 @@ import ( ) const ( - appVersion = "0.5.1" + appVersion = "0.5.2" ) // struct for receivers to use common app pieces