File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.73 .0
2+ current_version = 4.74 .0
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.74.0] ( https://github.com/recurly/recurly-client-ruby/tree/4.74.0 ) (2026-02-06)
4+
5+ [ Full Changelog] ( https://github.com/recurly/recurly-client-ruby/compare/4.73.0...4.74.0 )
6+
7+
8+ ** Merged Pull Requests**
9+
10+ - Generated Latest Changes for v2021-02-25 [ #947 ] ( https://github.com/recurly/recurly-client-ruby/pull/947 ) ([ recurly-integrations] ( https://github.com/recurly-integrations ) )
11+
12+
13+
314## [ 4.73.0] ( https://github.com/recurly/recurly-client-ruby/tree/4.73.0 ) (2025-12-12)
415
516[ Full Changelog] ( https://github.com/recurly/recurly-client-ruby/compare/4.72.0...4.73.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.
55In your Gemfile, add ` recurly ` as a dependency.
66
77``` ruby
8- gem ' recurly' , ' ~> 4.73 '
8+ gem ' recurly' , ' ~> 4.74 '
99```
1010
1111> * 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 11module Recurly
2- VERSION = "4.73 .0"
2+ VERSION = "4.74 .0"
33end
You can’t perform that action at this time.
0 commit comments