Skip to content

Commit

Permalink
Bump gem version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 20, 2020
1 parent 9b70789 commit 0f554f7
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.3.0] - 2020-01-20

### Added

- `TPM::KeyAttestation#key` returns attested key as an instance of `OpenSSL::PKey::PKey`

## [v0.2.0] - 2020-01-16

### Added
Expand All @@ -13,5 +19,6 @@
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper

[v0.3.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.2.0...v0.3.0/
[v0.2.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.1.0...v0.2.0/
[v0.1.0]: https://github.com/cedarcode/tpm-key_attestation/compare/57c926ef7e83830cee8d111fdc5ccaf99ab2e861...v0.1.0/
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.2.0"
VERSION = "0.3.0"
end
end

0 comments on commit 0f554f7

Please sign in to comment.