Skip to content

Commit 648f0c2

Browse files
author
Lib Cat
committed
5.6.0
[Full Changelog](v5.5.0...v5.6.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#250](#250) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent f563d5e commit 648f0c2

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 = 5.5.0
2+
current_version = 5.6.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+
## [v5.6.0](https://github.com/recurly/recurly-client-go/tree/v5.6.0) (2025-11-03)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v5.5.0...v5.6.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#250](https://github.com/recurly/recurly-client-go/pull/250) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [v5.5.0](https://github.com/recurly/recurly-client-go/tree/v5.5.0) (2025-10-09)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v5.4.0...v5.5.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 = "5.5.0"
4+
clientVersion = "5.6.0"
55
)

0 commit comments

Comments
 (0)