This commit is contained in:
Greg T. Wallace 2024-07-01 22:35:26 -04:00
parent 9578fa26ce
commit b8e9a23386
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# APC P15 Tool Changelog # APC P15 Tool Changelog
## [v1.0.0] - 2024-07-01
First official stable release.
Fixes Go version in Github action.
## [v0.5.3] - 2024-06-24 ## [v0.5.3] - 2024-06-24
Add 3,072 bit RSA key support. Add 3,072 bit RSA key support.

View file

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