From cdd4885cb22957b04167b11d8b40edbdf4301d8d Mon Sep 17 00:00:00 2001
From: Tony Knapp <5892063+texastony@users.noreply.github.com>
Date: Mon, 8 Jul 2024 12:51:49 -0700
Subject: [PATCH] chore(release): 1.5.1 (#482)
---
.../runtimes/java/build.gradle.kts | 2 +-
.../runtimes/net/AssemblyInfo.cs | 2 +-
AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj | 2 +-
AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs | 2 +-
AwsCryptographyPrimitives/runtimes/net/Crypto.csproj | 2 +-
CHANGELOG.md | 6 ++++++
ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs | 2 +-
.../runtimes/net/ComAmazonawsDynamodb.csproj | 2 +-
ComAmazonawsKms/runtimes/net/AWS-KMS.csproj | 2 +-
ComAmazonawsKms/runtimes/net/AssemblyInfo.cs | 2 +-
StandardLibrary/runtimes/net/AssemblyInfo.cs | 2 +-
StandardLibrary/runtimes/net/STD.csproj | 2 +-
.../runtimes/java/build.gradle.kts | 4 ++--
13 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts b/AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
index 4e0d0ae61..80a8eac5c 100644
--- a/AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
+++ b/AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
@@ -18,7 +18,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")
group = "software.amazon.cryptography"
-version = "1.5.0-SNAPSHOT"
+version = "1.5.1"
description = "AWS Cryptographic Material Providers Library"
java {
diff --git a/AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs b/AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs
index 22d0f2771..59c06de7c 100644
--- a/AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs
+++ b/AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs
@@ -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.5.0")]
+[assembly: AssemblyVersion("1.5.1")]
diff --git a/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj b/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
index 9fc09d410..2ea6f3206 100644
--- a/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
+++ b/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
@@ -5,7 +5,7 @@
false
true
- 1.5.0
+ 1.5.1
AWS.Cryptography.MaterialProviders
AWS.Cryptography.MaterialProviders
diff --git a/AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs b/AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
index e7dcf2e95..37b087930 100644
--- a/AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
+++ b/AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
@@ -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.5.0")]
+[assembly: AssemblyVersion("1.5.1")]
diff --git a/AwsCryptographyPrimitives/runtimes/net/Crypto.csproj b/AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
index b01067b3a..5bad6e87e 100644
--- a/AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
+++ b/AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
@@ -5,7 +5,7 @@
false
true
- 1.5.0
+ 1.5.1
AWS.Cryptography.Internal.AwsCryptographyPrimitives
AWS.Cryptography.Internal.AwsCryptographyPrimitives
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa2a073b1..64b8fe1f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.5.1](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.5.0...v1.5.1) (2024-07-08)
+
+### Fixes
+
+- **SDK-Java:** Generic SDK Error to Opaque & Back ([#466](https://github.com/aws/aws-cryptographic-material-providers-library/issues/466)) ([f832ad1](https://github.com/aws/aws-cryptographic-material-providers-library/commit/f832ad106cea3a86c536197dae15a335b4676d42))
+
# [1.5.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.4.0...v1.5.0) (2024-06-17)
### Features
diff --git a/ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs b/ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
index d2926be6f..24fba4fea 100644
--- a/ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
+++ b/ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
@@ -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.5.0")]
+[assembly: AssemblyVersion("1.5.1")]
diff --git a/ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj b/ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj
index 554dc9c2a..e2f624fdd 100644
--- a/ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj
+++ b/ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj
@@ -5,7 +5,7 @@
false
true
- 1.5.0
+ 1.5.1
AWS.Cryptography.Internal.ComAmazonawsDynamodb
AWS.Cryptography.Internal.ComAmazonawsDynamodb
diff --git a/ComAmazonawsKms/runtimes/net/AWS-KMS.csproj b/ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
index 0ed0ac35d..b316abe69 100644
--- a/ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
+++ b/ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
@@ -5,7 +5,7 @@
false
true
- 1.5.0
+ 1.5.1
AWS.Cryptography.Internal.ComAmazonawsKms
AWS.Cryptography.Internal.ComAmazonawsKms
diff --git a/ComAmazonawsKms/runtimes/net/AssemblyInfo.cs b/ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
index 0cfac0639..59ffa8151 100644
--- a/ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
+++ b/ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
@@ -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.5.0")]
+[assembly: AssemblyVersion("1.5.1")]
diff --git a/StandardLibrary/runtimes/net/AssemblyInfo.cs b/StandardLibrary/runtimes/net/AssemblyInfo.cs
index a814e2727..1c36a018f 100644
--- a/StandardLibrary/runtimes/net/AssemblyInfo.cs
+++ b/StandardLibrary/runtimes/net/AssemblyInfo.cs
@@ -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.5.0")]
+[assembly: AssemblyVersion("1.5.1")]
diff --git a/StandardLibrary/runtimes/net/STD.csproj b/StandardLibrary/runtimes/net/STD.csproj
index 6eec6315c..d84752a63 100644
--- a/StandardLibrary/runtimes/net/STD.csproj
+++ b/StandardLibrary/runtimes/net/STD.csproj
@@ -5,7 +5,7 @@
false
true
- 1.5.0
+ 1.5.1
AWS.Cryptography.Internal.StandardLibrary
AWS.Cryptography.Internal.StandardLibrary
diff --git a/TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts b/TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
index 5317a415a..8b5ce92de 100644
--- a/TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
+++ b/TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts
@@ -19,7 +19,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")
group = "software.amazon.cryptography"
-version = "1.5.0-SNAPSHOT"
+version = "1.5.1"
description = "TestAwsCryptographicMaterialProviders"
java {
@@ -66,7 +66,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.5.0-SNAPSHOT")
+ implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.5.1")
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")