Skip to content

Commit

Permalink
1.17.34
Browse files Browse the repository at this point in the history
[Full Changelog](1.17.33...1.17.34)

**Merged Pull Requests**

- Add external payment phases [#809](#809) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
- [V2] Add action_result to Subscription and Transaction [#804](#804) ([fkosouski](https://github.com/fkosouski))
  • Loading branch information
Lib Cat committed Dec 6, 2023
1 parent 59c7f53 commit 56511d0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.17.33
current_version = 1.17.34
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.17.34](https://github.com/recurly/recurly-client-dotnet/tree/1.17.34) (2023-12-06)

[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.33...1.17.34)


**Merged Pull Requests**

- Add external payment phases [#809](https://github.com/recurly/recurly-client-dotnet/pull/809) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
- [V2] Add action_result to Subscription and Transaction [#804](https://github.com/recurly/recurly-client-dotnet/pull/804) ([fkosouski](https://github.com/fkosouski))



## [1.17.33](https://github.com/recurly/recurly-client-dotnet/tree/1.17.33) (2023-07-27)

[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.32...1.17.33)
Expand Down
4 changes: 2 additions & 2 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.17.33.0")]
[assembly: AssemblyFileVersion("1.17.33.0")]
[assembly: AssemblyVersion("1.17.34.0")]
[assembly: AssemblyFileVersion("1.17.34.0")]
2 changes: 1 addition & 1 deletion Library/Recurly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<PackageId>recurly-api-client</PackageId>
<PackageVersion>1.17.33</PackageVersion>
<PackageVersion>1.17.34</PackageVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetFramework>net45</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion dist/recurly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>recurly-api-client</id>
<version>1.17.33</version>
<version>1.17.34</version>
<authors>recurly</authors>
<owners>recurly</owners>
<licenseUrl>https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt</licenseUrl>
Expand Down

0 comments on commit 56511d0

Please sign in to comment.