Skip to content

Commit

Permalink
Bump version 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralish committed Apr 10, 2021
1 parent e493a05 commit 682c778
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.2.0
------

- New collector for reporting on TPM hardware: `Tpm`
- New collector for miscellaneous checks: `Miscellaneous`
Initial check is for *Kernel DMA Protection* support.
- Add .NET Core 3.1 build target
- Add .NET CLI tool package support
- Numerous bug fixes & internal improvements

v0.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion src/QueryHardwareSecurity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- AssemblyInfo metadata -->
<AssemblyTitle>Query Hardware Security</AssemblyTitle>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<NeutralLanguage>en-AU</NeutralLanguage>
<Product>Query Hardware Security</Product>
<Description>Query Windows support for security features and mitigations with hardware dependencies</Description>
Expand Down

0 comments on commit 682c778

Please sign in to comment.