Skip to content

Commit

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

**Merged Pull Requests**

- Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#915](#915) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed Oct 30, 2024
1 parent 22bce91 commit e22e122
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 = 4.55.0
current_version = 4.56.0
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

## [4.56.0](https://github.com/recurly/recurly-client-ruby/tree/4.56.0) (2024-10-30)

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


**Merged Pull Requests**

- Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#915](https://github.com/recurly/recurly-client-ruby/pull/915) ([recurly-integrations](https://github.com/recurly-integrations))



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

[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.54.0...4.55.0)
Expand Down
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
In your Gemfile, add `recurly` as a dependency.

```ruby
gem 'recurly', '~> 4.55'
gem 'recurly', '~> 4.56'
```

> *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions.
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recurly
VERSION = "4.55.0"
VERSION = "4.56.0"
end

0 comments on commit e22e122

Please sign in to comment.