From 02b7c742d24c7b6eb567cdd70e0cb0643dbfd49e Mon Sep 17 00:00:00 2001 From: Lib Cat <noreply@recurly.com> Date: Thu, 27 Jul 2023 22:29:28 +0000 Subject: [PATCH] 2.19.8 [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.7...2.19.8) **Merged Pull Requests** - Fixed usage of Minitest [#862](https://github.com/recurly/recurly-client-ruby/pull/862) ([csampson](https://github.com/csampson)) - [V2] Add starting_on and ending_on to subscription ramps [#858](https://github.com/recurly/recurly-client-ruby/pull/858) ([rlew421](https://github.com/rlew421)) --- .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 abd9d10f1..bb02a742f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.19.7 +current_version = 2.19.8 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30054a69d..ca41c5584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.19.8](https://github.com/recurly/recurly-client-ruby/tree/2.19.8) (2023-07-27) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.7...2.19.8) + + +**Merged Pull Requests** + +- Fixed usage of Minitest [#862](https://github.com/recurly/recurly-client-ruby/pull/862) ([csampson](https://github.com/csampson)) +- [V2] Add starting_on and ending_on to subscription ramps [#858](https://github.com/recurly/recurly-client-ruby/pull/858) ([rlew421](https://github.com/rlew421)) + + + ## [2.19.7](https://github.com/recurly/recurly-client-ruby/tree/2.19.7) (2023-07-17) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.19.6...2.19.7) diff --git a/README.md b/README.md index 83aa655b2..f985d0687 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.7' +gem 'recurly', '~> 2.19.8' ``` Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice diff --git a/lib/recurly/version.rb b/lib/recurly/version.rb index e600ddcd1..19a767592 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,6 +1,6 @@ module Recurly module Version - VERSION = "2.19.7" + VERSION = "2.19.8" class << self def inspect