Skip to content

Commit df95a6d

Browse files
author
Lib Cat
committed
4.58.0
[Full Changelog](v4.57.0...v4.58.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#227](#227) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 626efb6 commit df95a6d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.57.0
2+
current_version = 4.58.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+
## [v4.58.0](https://github.com/recurly/recurly-client-go/tree/v4.58.0) (2024-12-17)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.57.0...v4.58.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#227](https://github.com/recurly/recurly-client-go/pull/227) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [v4.57.0](https://github.com/recurly/recurly-client-go/tree/v4.57.0) (2024-12-03)
415

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

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package recurly
22

33
const (
4-
clientVersion = "4.57.0"
4+
clientVersion = "4.58.0"
55
)

0 commit comments

Comments
 (0)