diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bebdfc32..ccaa52bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.37.0 +current_version = 4.38.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765a6440..866ef0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.38.0](https://github.com/recurly/recurly-client-node/tree/4.38.0) (2023-06-01) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.37.0...4.38.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Multiple Business Entities) [#309](https://github.com/recurly/recurly-client-node/pull/309) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.37.0](https://github.com/recurly/recurly-client-node/tree/4.37.0) (2023-05-24) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.36.0...4.37.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index a69aafbb..1d608af7 100644 --- a/doc/GETTING_STARTED.md +++ b/doc/GETTING_STARTED.md @@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa ``` { // ... - "recurly" : "^4.37.0" + "recurly" : "^4.38.0" // ... } ``` diff --git a/package.json b/package.json index 30477951..b33a0134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.37.0", + "version": "4.38.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",