File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
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
+ ## [ 4.58.0] ( https://github.com/recurly/recurly-client-ruby/tree/4.58.0 ) (2024-12-16)
4
+
5
+ [ Full Changelog] ( https://github.com/recurly/recurly-client-ruby/compare/4.57.0...4.58.0 )
6
+
7
+
8
+ ** Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 [ #918 ] ( https://github.com/recurly/recurly-client-ruby/pull/918 ) ([ recurly-integrations] ( https://github.com/recurly-integrations ) )
11
+
12
+
13
+
3
14
## [ 4.57.0] ( https://github.com/recurly/recurly-client-ruby/tree/4.57.0 ) (2024-12-02)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-ruby/compare/4.56.0...4.57.0 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
5
5
In your Gemfile, add ` recurly ` as a dependency.
6
6
7
7
``` ruby
8
- gem ' recurly' , ' ~> 4.57 '
8
+ gem ' recurly' , ' ~> 4.58 '
9
9
```
10
10
11
11
> * Note* : We try to follow [ semantic versioning] ( https://semver.org/ ) and will only apply breaking changes to major versions.
Original file line number Diff line number Diff line change 1
1
module Recurly
2
- VERSION = "4.57 .0"
2
+ VERSION = "4.58 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments