Skip to content

Commit 3463303

Browse files
author
Lib Cat
committed
4.67.0
[Full Changelog](4.66.0...4.67.0)
1 parent cdfb3ba commit 3463303

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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 = 4.66.0
2+
current_version = 4.67.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.67.0](https://github.com/recurly/recurly-client-php/tree/4.67.0) (2025-11-05)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.66.0...4.67.0)
6+
7+
8+
9+
10+
311
## [4.66.0](https://github.com/recurly/recurly-client-php/tree/4.66.0) (2025-11-03)
412

513
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.65.0...4.66.0)

composer.json

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

lib/recurly/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

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

0 commit comments

Comments
 (0)