Skip to content

Commit 689bc1b

Browse files
committed
:shipit: v11.6.0
1 parent 1c1065e commit 689bc1b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

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+
39
## 11.5.0 - 2017-10-16
410
* [#1034](https://github.com/stripe/stripe-dotnet#1034) Add `Customer` to `StripeBankAccount`
511

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 11.5.0.{build}
1+
version: 11.6.0.{build}
22
image: Visual Studio 2017
33

44
environment:

src/Stripe.net/Stripe.net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
55
<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>
88
<Authors>Stripe, Jayme Davis</Authors>
99
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
1010
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)