Skip to content

Commit 0f0cb23

Browse files
author
Lib Cat
committed
4.57.0
[Full Changelog](4.56.0...4.57.0) **Merged Pull Requests** - Add `funding_source` to `BillingInfo` and `Transaction` [#834](#834) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#831](#831) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent cd07692 commit 0f0cb23

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.56.0
2+
current_version = 4.57.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

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

3+
## [4.57.0](https://github.com/recurly/recurly-client-php/tree/4.57.0) (2025-02-26)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.56.0...4.57.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Add `funding_source` to `BillingInfo` and `Transaction` [#834](https://github.com/recurly/recurly-client-php/pull/834) ([recurly-integrations](https://github.com/recurly-integrations))
11+
- Generated Latest Changes for v2021-02-25 [#831](https://github.com/recurly/recurly-client-php/pull/831) ([recurly-integrations](https://github.com/recurly-integrations))
12+
13+
14+
315
## [4.56.0](https://github.com/recurly/recurly-client-php/tree/4.56.0) (2024-12-17)
416

517
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.55.0...4.56.0)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recurly/recurly-client",
3-
"version": "4.56.0",
3+
"version": "4.57.0",
44
"type": "library",
55
"description": "The PHP client library for the Recurly API",
66
"keywords": ["recurly", "payments", "pay"],

lib/recurly/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Version
66
{
7-
public const CURRENT = '4.56.0';
7+
public const CURRENT = '4.57.0';
88
}

0 commit comments

Comments
 (0)