Skip to content

Commit f1bcaff

Browse files
author
Lib Cat
committed
6.1.0
[Full Changelog](6.0.0...6.1.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#910](#910) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent db919a6 commit f1bcaff

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.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 = 6.0.0
2+
current_version = 6.1.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+
## [6.1.0](https://github.com/recurly/recurly-client-dotnet/tree/6.1.0) (2026-07-02)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/6.0.0...6.1.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#910](https://github.com/recurly/recurly-client-dotnet/pull/910) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [6.0.0](https://github.com/recurly/recurly-client-dotnet/tree/6.0.0) (2026-06-22)
415

516

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>6.0.0</Version>
6+
<Version>6.1.0</Version>
77
<Authors>dx@recurly.com</Authors>
88
<Company>Recurly, Inc.</Company>
99
<Title>Recurly API Client</Title>

0 commit comments

Comments
 (0)