v1.1.0-b1

This commit is contained in:
Greg T. Wallace 2024-07-09 19:05:29 -04:00
parent 40eca754e0
commit f102a1838b
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# APC P15 Tool Changelog
## [v1.1.0-b1] - 2024-07-09
BETA: First effort to add support for EC key support for NMC3.
This version also enables RSA 4,092 bit length. Code was updated
so the NMC2 key+cert file is not generated when NMC2 is not
supported. Log messages were also updated to signal user when
a compatibility issue is present.
## [v1.0.0] - 2024-07-01
First official stable release.

View file

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