Skip to content

Commit

Permalink
chore(release): 1.7.0 (aws#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored and lucasmcdonald3 committed Oct 1, 2024
1 parent cee1718 commit 2928508
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.6.0-SNAPSHOT"
version = "1.7.0"
description = "AWS Cryptographic Material Providers Library"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]

// This should be kept in sync with the version number in MPL.csproj
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
2 changes: 1 addition & 1 deletion AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.6.0</Version>
<Version>1.7.0</Version>

<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]

// This should be kept in sync with the version number in Crypto.csproj
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.6.0</Version>
<Version>1.7.0</Version>

<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# [1.7.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.6.0...v1.7.0) (2024-09-23)

### Features

- **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))

# [1.6.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.5.1...v1.6.0) (2024-09-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]

// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.6.0</Version>
<Version>1.7.0</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.6.0</Version>
<Version>1.7.0</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsKms</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsKms</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsKms")]

// This should be kept in sync with the version number in AWS-KMS.csproj
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.StandardLibrary")]

// This should be kept in sync with the version number in STD.csproj
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/STD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.6.0</Version>
<Version>1.7.0</Version>

<AssemblyName>AWS.Cryptography.Internal.StandardLibrary</AssemblyName>
<PackageId>AWS.Cryptography.Internal.StandardLibrary</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.6.0-SNAPSHOT"
version = "1.7.0"
description = "TestAwsCryptographicMaterialProviders"

java {
Expand Down Expand Up @@ -68,7 +68,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.6.0-SNAPSHOT")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0")
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# And the Dotnet projects include and parse this file.
dafnyVersion=4.8.0
dafnyVerifyVersion=4.8.0
mplVersion=1.6.0-SNAPSHOT
mplVersion=1.7.0

0 comments on commit 2928508

Please sign in to comment.