Skip to content

Commit 6a2a30f

Browse files
author
Lib Cat
committed
5.13.0
[Full Changelog](5.12.0...5.13.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#892](#892) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent a6a2ee3 commit 6a2a30f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.12.0
2+
current_version = 5.13.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.13.0](https://github.com/recurly/recurly-client-dotnet/tree/5.13.0) (2025-12-12)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/5.12.0...5.13.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#892](https://github.com/recurly/recurly-client-dotnet/pull/892) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [5.12.0](https://github.com/recurly/recurly-client-dotnet/tree/5.12.0) (2025-12-11)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/5.11.0...5.12.0)

Recurly/Recurly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
55
<PackageId>Recurly</PackageId>
6-
<Version>5.12.0</Version>
6+
<Version>5.13.0</Version>
77
<Authors>dx@recurly.com</Authors>
88
<Company>Recurly, Inc.</Company>
99
<Title>Recurly API Client</Title>

0 commit comments

Comments
 (0)