Skip to content

Commit 95e8f31

Browse files
author
Lib Cat
committed
4.56.0
[Full Changelog](v4.55.0...v4.56.0) **Merged Pull Requests** - Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#224](#224) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 0a9c44c commit 95e8f31

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.55.0
2+
current_version = 4.56.0
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+
## [v4.56.0](https://github.com/recurly/recurly-client-go/tree/v4.56.0) (2024-10-30)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.55.0...v4.56.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#224](https://github.com/recurly/recurly-client-go/pull/224) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [v4.55.0](https://github.com/recurly/recurly-client-go/tree/v4.55.0) (2024-08-28)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.54.0...v4.55.0)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package recurly
22

33
const (
4-
clientVersion = "4.55.0"
4+
clientVersion = "4.56.0"
55
)

0 commit comments

Comments
 (0)