Skip to content

Commit

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

**Merged Pull Requests**

- Add vertex_transaction_type to plans [#916](#916) ([faiberrec](https://github.com/faiberrec))
  • Loading branch information
Lib Cat committed Nov 13, 2024
1 parent 739f277 commit 1f6d0c3
Show file tree
Hide file tree
Showing 4 changed files with 14 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.20.2
current_version = 2.20.3
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.20.3](https://github.com/recurly/recurly-client-ruby/tree/2.20.3) (2024-11-13)

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


**Merged Pull Requests**

- Add vertex_transaction_type to plans [#916](https://github.com/recurly/recurly-client-ruby/pull/916) ([faiberrec](https://github.com/faiberrec))



## [2.20.2](https://github.com/recurly/recurly-client-ruby/tree/2.20.2) (2024-08-28)

[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/2.20.1...2.20.2)
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.20.2'
gem 'recurly', '~> 2.20.3'
```

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.20.2"
VERSION = "2.20.3"

class << self
def inspect
Expand Down

0 comments on commit 1f6d0c3

Please sign in to comment.