Skip to content

Commit bf66a6f

Browse files
author
Lib Cat
committed
1.18.7
[Full Changelog](1.18.6...1.18.7) **Merged Pull Requests** - Adds tax_service_opt_out to gift cards create [#890](#890) ([sunnyw1212](https://github.com/sunnyw1212))
1 parent 0a0c3c6 commit bf66a6f

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
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 = 1.18.6
2+
current_version = 1.18.7
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+
## [1.18.7](https://github.com/recurly/recurly-client-dotnet/tree/1.18.7) (2025-12-17)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.6...1.18.7)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Adds tax_service_opt_out to gift cards create [#890](https://github.com/recurly/recurly-client-dotnet/pull/890) ([sunnyw1212](https://github.com/sunnyw1212))
11+
12+
13+
314
## [1.18.6](https://github.com/recurly/recurly-client-dotnet/tree/1.18.6) (2025-12-10)
415

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

Library/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.18.6.0")]
36-
[assembly: AssemblyFileVersion("1.18.6.0")]
35+
[assembly: AssemblyVersion("1.18.7.0")]
36+
[assembly: AssemblyFileVersion("1.18.7.0")]

Library/Recurly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ProductVersion>9.0.30729</ProductVersion>
44
<PackageId>recurly-api-client</PackageId>
5-
<PackageVersion>1.18.6</PackageVersion>
5+
<PackageVersion>1.18.7</PackageVersion>
66
<SchemaVersion>2.0</SchemaVersion>
77
<TargetFramework>net45</TargetFramework>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

dist/recurly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>recurly-api-client</id>
5-
<version>1.18.6</version>
5+
<version>1.18.7</version>
66
<authors>recurly</authors>
77
<owners>recurly</owners>
88
<licenseUrl>https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt</licenseUrl>

0 commit comments

Comments
 (0)