Skip to content

Commit

Permalink
Bump gem version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliomartinezlm committed Jul 6, 2022
1 parent 9785c51 commit c446030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.11.0] - 2022-07-05

- Support OpenSSL ~>3.0.0. Credits to @ClearlyClaire <3

## [v0.10.0] - 2020-07-09

### Added
Expand Down Expand Up @@ -67,6 +71,7 @@ replacement of `JOSE` format `algorithm` string
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper

[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/
[v0.9.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.8.0...v0.9.0/
[v0.8.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.7.0...v0.8.0/
Expand All @@ -79,3 +84,4 @@ replacement of `JOSE` format `algorithm` string
[v0.1.0]: https://github.com/cedarcode/tpm-key_attestation/compare/57c926ef7e83830cee8d111fdc5ccaf99ab2e861...v0.1.0/

[@santiagorodriguez96]: https://github.com/santiagorodriguez96
[@ClearlyClaire]: https://github.com/ClearlyClaire
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.10.0"
VERSION = "0.11.0"
end
end

0 comments on commit c446030

Please sign in to comment.