Skip to content

Commit 61e580b

Browse files
committed
Bump version to 24.1.0
1 parent b3d47ca commit 61e580b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 24.1.0 - 2019-02-28
4+
* [#1533](https://github.com/stripe/stripe-dotnet/pull/1533) Add support for `client_secret` and `shipping` on `PaymentIntent` confirmation
5+
* [#1539](https://github.com/stripe/stripe-dotnet/pull/1539) Add support for `status_transitions` and `created` on `Invoice`
6+
* [#1545](https://github.com/stripe/stripe-dotnet/pull/1545) Add support for `latest_invoice` on `Subscription`
7+
* [#1546](https://github.com/stripe/stripe-dotnet/pull/1546) Add support for `api_version` on `WebhookEndpoint`
8+
39
## 24.0.2 - 2019-02-20
410
* [#1531](https://github.com/stripe/stripe-dotnet/pull/1531) Fix deserialization of `ChargeTransferData.Amount` when it is `null`
511

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.0.2
1+
24.1.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 24.0.2.{build}
1+
version: 24.1.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
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
66
<AssemblyTitle>Stripe.net</AssemblyTitle>
7-
<VersionPrefix>24.0.2</VersionPrefix>
8-
<Version>24.0.2</Version>
7+
<VersionPrefix>24.1.0</VersionPrefix>
8+
<Version>24.1.0</Version>
99
<Authors>Stripe, Jayme Davis</Authors>
1010
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1111
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)