Commit 689bc1b 1 parent 1c1065e commit 689bc1b Copy full SHA for 689bc1b
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 11.6.0 - 2017-10-19
4
+ * [ #1035 ] ( https://github.com/stripe/stripe-dotnet#1035 ) Signature fixes for webhook signature verification
5
+ * Explicitly dispose of ` HMACSHA256 ` after use so that its buffer cannot be inadvertently leaked
6
+ * Use ` SafeUTF8.GetBytes ` so that unrecognized codepoints are not silently replaced with "?"
7
+ * [ #1040 ] ( https://github.com/stripe/stripe-dotnet/pull/1040 ) Add a few field definitions that were missing from API resources
8
+
3
9
## 11.5.0 - 2017-10-16
4
10
* [ #1034 ] ( https://github.com/stripe/stripe-dotnet#1034 ) Add ` Customer ` to ` StripeBankAccount `
5
11
Original file line number Diff line number Diff line change 1
- version : 11.5 .0.{build}
1
+ version : 11.6 .0.{build}
2
2
image : Visual Studio 2017
3
3
4
4
environment :
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description >
5
5
<AssemblyTitle >Stripe.net</AssemblyTitle >
6
- <VersionPrefix >11.5 .0</VersionPrefix >
7
- <Version >11.5 .0</Version >
6
+ <VersionPrefix >11.6 .0</VersionPrefix >
7
+ <Version >11.6 .0</Version >
8
8
<Authors >Stripe, Jayme Davis</Authors >
9
9
<TargetFrameworks >netstandard1.2;net45</TargetFrameworks >
10
10
<AssemblyName >Stripe.net</AssemblyName >
You can’t perform that action at this time.
0 commit comments