Commit fd2516f 1 parent 9fa72fe commit fd2516f Copy full SHA for fd2516f
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## 3.0.0 (2022-05-17)
4
24
5
25
Initial launch of the AWS Encryption SDK for .NET.
Original file line number Diff line number Diff line change 8
8
<IsPackable >true</IsPackable >
9
9
10
10
<!-- 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 >
12
12
13
13
<AssemblyName >AWS.EncryptionSDK</AssemblyName >
14
14
<PackageId >AWS.EncryptionSDK</PackageId >
Original file line number Diff line number Diff line change 3
3
[ assembly: AssemblyTitle ( "AWS.EncryptionSDK" ) ]
4
4
5
5
// 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" ) ]
You can’t perform that action at this time.
0 commit comments