Skip to content

Commit

Permalink
2.19.8
Browse files Browse the repository at this point in the history
[Full Changelog](2.19.7...2.19.8)

**Merged Pull Requests**

- Fixed usage of Minitest [#862](#862) ([csampson](https://github.com/csampson))
- [V2] Add starting_on and ending_on to subscription ramps [#858](#858) ([rlew421](https://github.com/rlew421))
  • Loading branch information
Lib Cat committed Jul 27, 2023
1 parent b0af509 commit 02b7c74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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+)
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Recurly
module Version
VERSION = "2.19.7"
VERSION = "2.19.8"

class << self
def inspect
Expand Down

0 comments on commit 02b7c74

Please sign in to comment.