Skip to content

Commit 4584964

Browse files
author
Recurly integrations
committed
3.21.0
[Full Changelog](3.20.0...3.21.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#765](#765) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 0d094a9 commit 4584964

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.bumpversion.cfg

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

CHANGELOG.md

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

3+
## [3.21.0](https://github.com/recurly/recurly-client-php/tree/3.21.0) (2023-05-23)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.20.0...3.21.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#765](https://github.com/recurly/recurly-client-php/pull/765) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [3.20.0](https://github.com/recurly/recurly-client-php/tree/3.20.0) (2023-05-03)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.19.0...3.20.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": "3.20.0",
3+
"version": "3.21.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 = '3.20.0';
7+
public const CURRENT = '3.21.0';
88
}

0 commit comments

Comments
 (0)