Skip to content

Commit

Permalink
Bump version to v0.13 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliomartinezlm committed Jan 22, 2025
1 parent aa85cec commit e471b1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.13.0] - 2025-01-21

- Use public key from AIK cert for signature algorithm initalization [@santiagorodriguez96]
- Support algorithm being ECC and pubArea's scheme parameter being TPM_ALG_NULL [@santiagorodriguez96]
- Allow TPM:TPublic to handle ECC keys in pubArea correctly [@santiagorodriguez96]

## [v0.12.1] - 2024-08-05

- Fix loading trusted certificates on Windows. #20 & #21 [@johnnyshields], [@salmanasiddiqui]
Expand Down Expand Up @@ -79,6 +85,7 @@ replacement of `JOSE` format `algorithm` string
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper

[v0.13.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.12.1...v0.13.0/
[v0.12.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.11.0...v0.12.0/
[v0.11.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.10.0...v0.11.0/
[v0.10.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.9.0...v0.10.0/
Expand Down
2 changes: 1 addition & 1 deletion lib/tpm/key_attestation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module TPM
class KeyAttestation
VERSION = "0.12.1"
VERSION = "0.13.0"
end
end

0 comments on commit e471b1b

Please sign in to comment.