Skip to content

Commit

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

## [v0.13.1] - 2025-01-22

- Fix build [@nicolastemciuc]

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

- Use public key from AIK cert for signature algorithm initalization [@santiagorodriguez96]
Expand Down Expand Up @@ -85,6 +89,7 @@ replacement of `JOSE` format `algorithm` string
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper

[v0.13.1]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.13.0...v0.13.1/
[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/
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.13.0"
VERSION = "0.13.1"
end
end

0 comments on commit 8ea5976

Please sign in to comment.