This commit is contained in:
Greg T. Wallace 2024-06-24 18:24:35 -04:00
parent 7c1ad8ef43
commit 6363282a75
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# APC P15 Tool Changelog # APC P15 Tool Changelog
## [v0.5.3] - 2024-06-24
Add 3,072 bit RSA key support.
## [v0.5.2] - 2024-06-19 ## [v0.5.2] - 2024-06-19
Minor tweak to the previous version. Add timeout for shell Minor tweak to the previous version. Add timeout for shell

View file

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