Skip to content

Commit 79d00e4

Browse files
author
Lib Cat
committed
5.10.0
[Full Changelog](v5.9.0...v5.10.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#254](#254) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 2c4b1ea commit 79d00e4

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

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

0 commit comments

Comments
 (0)