From b67b794fc430f503252ba78f5b6b377d05a34ac8 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 3 Jul 2024 18:44:28 +0000 Subject: [PATCH] 2.20.0 [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.14...2.20.0) **Merged Pull Requests** - GET external_subscription by external_id [#907](https://github.com/recurly/recurly-client-ruby/pull/907) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) - add taxable address sources to business entity and adjustment [#906](https://github.com/recurly/recurly-client-ruby/pull/906) ([amandamfielding](https://github.com/amandamfielding)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- lib/recurly/version.rb | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac27d3875..7a84912d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.19.14 +current_version = 2.20.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdec2f029..a501947ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.20.0](https://github.com/recurly/recurly-client-ruby/tree/2.20.0) (2024-07-03) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.14...2.20.0) + + +**Merged Pull Requests** + +- GET external_subscription by external_id [#907](https://github.com/recurly/recurly-client-ruby/pull/907) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) +- add taxable address sources to business entity and adjustment [#906](https://github.com/recurly/recurly-client-ruby/pull/906) ([amandamfielding](https://github.com/amandamfielding)) + + + ## [2.19.14](https://github.com/recurly/recurly-client-ruby/tree/2.19.14) (2024-05-08) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.13...2.19.14) diff --git a/README.md b/README.md index 4e66badac..9ba908d99 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with [Bundler](http://gembundler.com/) by adding the following line to your Gemfile: ``` ruby -gem 'recurly', '~> 2.19.14' +gem 'recurly', '~> 2.20.0' ``` Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice diff --git a/lib/recurly/version.rb b/lib/recurly/version.rb index 394ddb3e3..70629ddeb 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,6 +1,6 @@ module Recurly module Version - VERSION = "2.19.14" + VERSION = "2.20.0" class << self def inspect