Skip to content

Commit

Permalink
chore: update version and changelog for v3.1.0 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-chew authored Sep 2, 2022
1 parent 9fa72fe commit fd2516f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions aws-encryption-sdk-net/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 3.1.0

### Fixes

* chore: pack README for display on NuGet page (<https://github.com/aws/aws-encryption-sdk-dafny/pull/585>)
* fix: add DiscoveryFilter to MRK Discovery Keyring example (<https://github.com/aws/aws-encryption-sdk-dafny/pull/581>)
* docs: fix .NET ESDK link in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/589>)
* docs: fix .NET ESDK package name in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/600>)
* docs: link to macOS setup wiki in README (<https://github.com/aws/aws-encryption-sdk-dafny/pull/601>)

### Maintenance

* chore: update generated KMS code (<https://github.com/aws/aws-encryption-sdk-dafny/pull/580>)
* chore: use public spec URL for submodule (<https://github.com/aws/aws-encryption-sdk-dafny/pull/586>)
* fix: use renamed directories for Duvet report (<https://github.com/aws/aws-encryption-sdk-dafny/pull/587>)
* chore: bump Newtonsoft.Json in test vector projects (<https://github.com/aws/aws-encryption-sdk-dafny/pull/595>)
* feat: add user agent to default KMS clients (<https://github.com/aws/aws-encryption-sdk-dafny/pull/598>)
* chore: address potential unsoundness (dafny-lang/dafny#2500) (<https://github.com/aws/aws-encryption-sdk-dafny/pull/599>)
* ci: use .NET 6.0 for release buildspecs (<https://github.com/aws/aws-encryption-sdk-dafny/pull/602>)

## 3.0.0 (2022-05-17)

Initial launch of the AWS Encryption SDK for .NET.
2 changes: 1 addition & 1 deletion aws-encryption-sdk-net/Source/AWSEncryptionSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>true</IsPackable>

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

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

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

0 comments on commit fd2516f

Please sign in to comment.