Skip to content

Commit

Permalink
2.18.34
Browse files Browse the repository at this point in the history
[Full Changelog](2.18.33...2.18.34)
  • Loading branch information
Recurly integrations committed Feb 22, 2023
1 parent d02d2a8 commit 9056f8b
Show file tree
Hide file tree
Showing 4 changed files with 11 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.18.33
current_version = 2.18.34
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.18.34](https://github.com/recurly/recurly-client-ruby/tree/2.18.34) (2023-02-22)

[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.18.33...2.18.34)





## [2.18.33](https://github.com/recurly/recurly-client-ruby/tree/2.18.33) (2023-02-06)

[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.18.32...2.18.33)
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.18.33'
gem 'recurly', '~> 2.18.34'
```

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.18.33"
VERSION = "2.18.34"

class << self
def inspect
Expand Down

0 comments on commit 9056f8b

Please sign in to comment.