File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.57 .0
2
+ current_version = 4.58 .0
3
3
parse = (?P<major>\d+)
4
4
\.(?P<minor>\d+)
5
5
\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ v4.57.0] ( https://github.com/recurly/recurly-client-go/tree/v4.57.0 ) (2024-12-03)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-go/compare/v4.56.0...v4.57.0 )
Original file line number Diff line number Diff line change 1
1
package recurly
2
2
3
3
const (
4
- clientVersion = "4.57 .0"
4
+ clientVersion = "4.58 .0"
5
5
)
You can’t perform that action at this time.
0 commit comments