Skip to content

Commit 0bd376f

Browse files
author
Lib Cat
committed
2.20.4
[Full Changelog](2.20.3...2.20.4) **Merged Pull Requests** - Accept vertex_transaction_type fur purchase, adjustments and invoice [#943](#943) ([sgilrodriguez](https://github.com/sgilrodriguez))
1 parent df15220 commit 0bd376f

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [2.20.4](https://github.com/recurly/recurly-client-ruby/tree/2.20.4) (2025-12-10)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.20.3...2.20.4)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Accept vertex_transaction_type fur purchase, adjustments and invoice [#943](https://github.com/recurly/recurly-client-ruby/pull/943) ([sgilrodriguez](https://github.com/sgilrodriguez))
11+
12+
13+
314
## [2.20.3](https://github.com/recurly/recurly-client-ruby/tree/2.20.3) (2024-11-13)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.20.2...2.20.3)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
1414
[Bundler](http://gembundler.com/) by adding the following line to your Gemfile:
1515

1616
``` ruby
17-
gem 'recurly', '~> 2.20.3'
17+
gem 'recurly', '~> 2.20.4'
1818
```
1919

2020
Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice

lib/recurly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Recurly
22
module Version
3-
VERSION = "2.20.3"
3+
VERSION = "2.20.4"
44

55
class << self
66
def inspect

0 commit comments

Comments
 (0)