diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a32a5358..bebdfc32 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.36.0 +current_version = 4.37.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31225c93..765a6440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Products & References) [#308](https://github.com/recurly/recurly-client-node/pull/308) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.36.0](https://github.com/recurly/recurly-client-node/tree/4.36.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.35.0...4.36.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index fc135586..a69aafbb 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.36.0" + "recurly" : "^4.37.0" // ... } ``` diff --git a/package.json b/package.json index 7a626b78..30477951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.36.0", + "version": "4.37.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",