Skip to content

Commit

Permalink
Update changelog for cng v1.1
Browse files Browse the repository at this point in the history
Bump version too

Change-Id: Ie76009ca8c6bfee1f06a649a6116c45a080a734a
  • Loading branch information
tdbhacks committed Apr 2, 2024
1 parent 252305c commit 051b00b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ Initial release of the library.

## CNG Provider for Cloud KMS

### CNG v1.1

The following changes are included in the v1.1 (April 2024) release:

* Add support for `RSA_SIGN_PKCS1_4096_SHA256`.

### CNG v1.0

Initial GA release of the provider.
Expand Down
2 changes: 1 addition & 1 deletion kmscng/main/kmscng.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Language="1033" Codepage="1252" UpgradeCode="{AB7C91D4-D9B6-4E79-A332-6839067BF60D}" Manufacturer="Google LLC" Name="Cloud KMS Provider for Microsoft CNG" Version="1.0.0">
<Product Id="*" Language="1033" Codepage="1252" UpgradeCode="{AB7C91D4-D9B6-4E79-A332-6839067BF60D}" Manufacturer="Google LLC" Name="Cloud KMS Provider for Microsoft CNG" Version="1.1.0">
<Package InstallScope="perMachine" InstallerVersion="200" Compressed="yes" Platform="x64"/>
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed."/>
<MediaTemplate EmbedCab="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion kmscng/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
namespace cloud_kms::kmscng {

constexpr uint8_t kLibraryVersionMajor = 1;
constexpr uint8_t kLibraryVersionMinor = 0;
constexpr uint8_t kLibraryVersionMinor = 1;

// https://learn.microsoft.com/en-us/windows/win32/seccng/key-storage-property-identifiers#ncrypt_version_property
constexpr uint32_t kLibraryVersionHex =
Expand Down

0 comments on commit 051b00b

Please sign in to comment.