Skip to content

Commit 4b50c08

Browse files
author
Lib Cat
committed
4.72.0
[Full Changelog](4.71.0...4.72.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#945](#945) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#942](#942) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 9401d16 commit 4b50c08

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
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 = 4.71.0
2+
current_version = 4.72.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.72.0](https://github.com/recurly/recurly-client-ruby/tree/4.72.0) (2025-12-11)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.71.0...4.72.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#945](https://github.com/recurly/recurly-client-ruby/pull/945) ([recurly-integrations](https://github.com/recurly-integrations))
11+
- Generated Latest Changes for v2021-02-25 [#942](https://github.com/recurly/recurly-client-ruby/pull/942) ([recurly-integrations](https://github.com/recurly-integrations))
12+
13+
14+
315
## [4.71.0](https://github.com/recurly/recurly-client-ruby/tree/4.71.0) (2025-11-05)
416

517
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.70.0...4.71.0)

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
55
In your Gemfile, add `recurly` as a dependency.
66

77
```ruby
8-
gem 'recurly', '~> 4.71'
8+
gem 'recurly', '~> 4.72'
99
```
1010

1111
> *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions.

lib/recurly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Recurly
2-
VERSION = "4.71.0"
2+
VERSION = "4.72.0"
33
end

0 commit comments

Comments
 (0)