Skip to content

Commit 19b9996

Browse files
committed
Update CHANGELOG and installer version.
Bug: b/273095550 Change-Id: I1190431d03435c14c926d9285661d160d119914e
1 parent 9b55ffd commit 19b9996

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## Table of Contents
4+
5+
1. [PKCS#11 Library](#pkcs-11-cloud-kms-library)
6+
2. [CNG Provider](#cng-provider-for-cloud-kms)
7+
38
## PKCS #11 Cloud KMS Library
49

510
### v1.2
@@ -50,5 +55,12 @@ The following changes are included in the v1.1 (March 2022) release:
5055

5156
Initial release of the library.
5257

58+
## CNG Provider for Cloud KMS
59+
60+
### v0.8
61+
62+
Initial release of the library.
63+
64+
5365
[mechanisms]: kmsp11/mechanism.cc
5466
[user-guide]: kmsp11/docs/user_guide.md

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="0.7.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="0.8.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"/>

0 commit comments

Comments
 (0)