Skip to content

Commit

Permalink
Bump gem version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 25, 2020
1 parent 21a888c commit 11a3619
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.7.0] - 2020-02-25

### Added

- `TPM::KeyAttestation#valid?` performs certificate path validation. In other words, it verifies trust up
to an acceptable trusted root certificate.

### Changed

- Rename `TPM::EKCertificate` to `TPM::AIKCertificate` to fix semantics

## [v0.6.0] - 2020-01-30

### Changed
Expand Down Expand Up @@ -38,6 +49,7 @@ replacement of `JOSE` format `algorithm` string
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper

[v0.7.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.6.0...v0.7.0/
[v0.6.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.5.0...v0.6.0/
[v0.5.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.4.0...v0.5.0/
[v0.4.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.3.0...v0.4.0/
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tpm-key_attestation (0.6.0)
tpm-key_attestation (0.7.0)
bindata (~> 2.4)
openssl-signature_algorithm (~> 0.3.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.6.0"
VERSION = "0.7.0"
end
end

0 comments on commit 11a3619

Please sign in to comment.