Skip to content

Commit fd2516f

Browse files
authored
chore: update version and changelog for v3.1.0 (#603)
1 parent 9fa72fe commit fd2516f

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

aws-encryption-sdk-net/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 3.1.0
4+
5+
### Fixes
6+
7+
* chore: pack README for display on NuGet page (<https://github.com/aws/aws-encryption-sdk-dafny/pull/585>)
8+
* fix: add DiscoveryFilter to MRK Discovery Keyring example (<https://github.com/aws/aws-encryption-sdk-dafny/pull/581>)
9+
* docs: fix .NET ESDK link in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/589>)
10+
* docs: fix .NET ESDK package name in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/600>)
11+
* docs: link to macOS setup wiki in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/601>)
12+
13+
### Maintenance
14+
15+
* chore: update generated KMS code (<https://github.com/aws/aws-encryption-sdk-dafny/pull/580>)
16+
* chore: use public spec URL for submodule (<https://github.com/aws/aws-encryption-sdk-dafny/pull/586>)
17+
* fix: use renamed directories for Duvet report (<https://github.com/aws/aws-encryption-sdk-dafny/pull/587>)
18+
* chore: bump Newtonsoft.Json in test vector projects (<https://github.com/aws/aws-encryption-sdk-dafny/pull/595>)
19+
* feat: add user agent to default KMS clients (<https://github.com/aws/aws-encryption-sdk-dafny/pull/598>)
20+
* chore: address potential unsoundness (dafny-lang/dafny#2500) (<https://github.com/aws/aws-encryption-sdk-dafny/pull/599>)
21+
* ci: use .NET 6.0 for release buildspecs (<https://github.com/aws/aws-encryption-sdk-dafny/pull/602>)
22+
323
## 3.0.0 (2022-05-17)
424

525
Initial launch of the AWS Encryption SDK for .NET.

aws-encryption-sdk-net/Source/AWSEncryptionSDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IsPackable>true</IsPackable>
99

1010
<!-- This should be kept in sync with the version number in AssemblyInfo.cs -->
11-
<Version>3.0.0</Version>
11+
<Version>3.1.0</Version>
1212

1313
<AssemblyName>AWS.EncryptionSDK</AssemblyName>
1414
<PackageId>AWS.EncryptionSDK</PackageId>

aws-encryption-sdk-net/Source/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.EncryptionSDK")]
44

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

0 commit comments

Comments
 (0)