Skip to content

Commit

Permalink
Update CHANGELOG and installer version.
Browse files Browse the repository at this point in the history
Bug: b/273095550
Change-Id: I1190431d03435c14c926d9285661d160d119914e
  • Loading branch information
tdbhacks committed Jun 30, 2023
1 parent 9b55ffd commit 19b9996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## Table of Contents

1. [PKCS#11 Library](#pkcs-11-cloud-kms-library)
2. [CNG Provider](#cng-provider-for-cloud-kms)

## PKCS #11 Cloud KMS Library

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

Initial release of the library.

## CNG Provider for Cloud KMS

### v0.8

Initial release of the library.


[mechanisms]: kmsp11/mechanism.cc
[user-guide]: kmsp11/docs/user_guide.md
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="0.7.0">
<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">
<Package InstallScope="perMachine" InstallerVersion="200" Compressed="yes" Platform="x64"/>
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed."/>
<MediaTemplate EmbedCab="yes"/>
Expand Down

0 comments on commit 19b9996

Please sign in to comment.