diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91dcabc5b..631fd1129 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.48.0 +current_version = 4.48.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98b54937..aae82455f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.48.1](https://github.com/recurly/recurly-client-ruby/tree/4.48.1) (2024-04-02) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.48.0...4.48.1) + + +**Merged Pull Requests** + +- fix: Allow Resource to be compare to other object [#890](https://github.com/recurly/recurly-client-ruby/pull/890) ([malbert](https://github.com/malbert)) + + + ## [4.48.0](https://github.com/recurly/recurly-client-ruby/tree/4.48.0) (2024-03-19) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.47.0...4.48.0) diff --git a/lib/recurly/version.rb b/lib/recurly/version.rb index d31ef08b1..899eeac79 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,3 +1,3 @@ module Recurly - VERSION = "4.48.0" + VERSION = "4.48.1" end