Skip to content

Commit d87393c

Browse files
author
Lib Cat
committed
2.20.5
[Full Changelog](2.20.4...2.20.5) **Merged Pull Requests** - Add tax_service_opt_out attribute to GiftCard model and corresponding tests [#944](#944) ([d14z-tech](https://github.com/d14z-tech))
1 parent 6d228e6 commit d87393c

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.4
2+
current_version = 2.20.5
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.5](https://github.com/recurly/recurly-client-ruby/tree/2.20.5) (2025-12-17)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.20.4...2.20.5)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Add tax_service_opt_out attribute to GiftCard model and corresponding tests [#944](https://github.com/recurly/recurly-client-ruby/pull/944) ([d14z-tech](https://github.com/d14z-tech))
11+
12+
13+
314
## [2.20.4](https://github.com/recurly/recurly-client-ruby/tree/2.20.4) (2025-12-10)
415

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

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.4'
17+
gem 'recurly', '~> 2.20.5'
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.4"
3+
VERSION = "2.20.5"
44

55
class << self
66
def inspect

0 commit comments

Comments
 (0)