Skip to content

Commit ea0fe50

Browse files
authored
chore(release): 1.7.0 (#761)
1 parent d4709e9 commit ea0fe50

File tree

14 files changed

+20
-14
lines changed

14 files changed

+20
-14
lines changed

AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var props = Properties().apply {
1818
var dafnyVersion = props.getProperty("dafnyVersion")
1919

2020
group = "software.amazon.cryptography"
21-
version = "1.6.0-SNAPSHOT"
21+
version = "1.7.0"
2222
description = "AWS Cryptographic Material Providers Library"
2323

2424
java {

AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]
44

55
// This should be kept in sync with the version number in MPL.csproj
6-
[assembly: AssemblyVersion("1.6.0")]
6+
[assembly: AssemblyVersion("1.7.0")]

AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.6.0</Version>
8+
<Version>1.7.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
1111
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>

AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]
44

55
// This should be kept in sync with the version number in Crypto.csproj
6-
[assembly: AssemblyVersion("1.6.0")]
6+
[assembly: AssemblyVersion("1.7.0")]

AwsCryptographyPrimitives/runtimes/net/Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.6.0</Version>
8+
<Version>1.7.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# [1.7.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.6.0...v1.7.0) (2024-09-23)
4+
5+
### Features
6+
7+
- **HierarchyKeyring; CMC:** Shared cache across Hierarchy Keyrings ([#747](https://github.com/aws/aws-cryptographic-material-providers-library/issues/747)) ([d4709e9](https://github.com/aws/aws-cryptographic-material-providers-library/commit/d4709e91fe05180ea13712cf657373515493a3f1))
8+
39
# [1.6.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.5.1...v1.6.0) (2024-09-10)
410

511
### Bug Fixes

ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]
44

55
// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
6-
[assembly: AssemblyVersion("1.6.0")]
6+
[assembly: AssemblyVersion("1.7.0")]

ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.6.0</Version>
8+
<Version>1.7.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>

ComAmazonawsKms/runtimes/net/AWS-KMS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.6.0</Version>
8+
<Version>1.7.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsKms</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.ComAmazonawsKms</PackageId>

ComAmazonawsKms/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsKms")]
44

55
// This should be kept in sync with the version number in AWS-KMS.csproj
6-
[assembly: AssemblyVersion("1.6.0")]
6+
[assembly: AssemblyVersion("1.7.0")]

0 commit comments

Comments
 (0)