Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
# Changelog

## [Unreleased](https://github.com/recurly/recurly-client-ruby/tree/HEAD)

[Full Changelog](4.0.0...HEAD)

**Merged pull requests:**

- More ruby 3.0 [\#680](#680) ([douglasmiller](https://github.com/douglasmiller))
- Additional fix for ruby 3.x [\#679](#679) ([douglasmiller](https://github.com/douglasmiller))
- Generated Latest Changes for v2021-02-25 [\#678](#678) ([recurly-integrations](https://github.com/recurly-integrations))
- Sync updates not ported from 3.x client [\#671](#671) ([douglasmiller](https://github.com/douglasmiller))
  • Loading branch information
douglasmiller committed Mar 19, 2021
1 parent bbc12b7 commit 1ee889d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0
current_version = 4.0.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
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.0.0"
VERSION = "4.0.1"
end

0 comments on commit 1ee889d

Please sign in to comment.