Skip to content

Commit 051b00b

Browse files
committed
Update changelog for cng v1.1
Bump version too Change-Id: Ie76009ca8c6bfee1f06a649a6116c45a080a734a
1 parent 252305c commit 051b00b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ Initial release of the library.
7878

7979
## CNG Provider for Cloud KMS
8080

81+
### CNG v1.1
82+
83+
The following changes are included in the v1.1 (April 2024) release:
84+
85+
* Add support for `RSA_SIGN_PKCS1_4096_SHA256`.
86+
8187
### CNG v1.0
8288

8389
Initial GA release of the provider.

kmscng/main/kmscng.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<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">
3+
<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">
44
<Package InstallScope="perMachine" InstallerVersion="200" Compressed="yes" Platform="x64"/>
55
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed."/>
66
<MediaTemplate EmbedCab="yes"/>

kmscng/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace cloud_kms::kmscng {
2121

2222
constexpr uint8_t kLibraryVersionMajor = 1;
23-
constexpr uint8_t kLibraryVersionMinor = 0;
23+
constexpr uint8_t kLibraryVersionMinor = 1;
2424

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

0 commit comments

Comments
 (0)