From d8295a5b05a9394428db97fabe594669b3a9f336 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 29 Mar 2023 20:27:26 +0000 Subject: [PATCH] 4.31.0 [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.30.0...4.31.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (External Invoices) [#297](https://github.com/recurly/recurly-client-node/pull/297) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ doc/GETTING_STARTED.md | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 550cfad5..9f2d97ab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.30.0 +current_version = 4.31.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b2ea91..7ba167c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.31.0](https://github.com/recurly/recurly-client-node/tree/4.31.0) (2023-03-29) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.30.0...4.31.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Invoices) [#297](https://github.com/recurly/recurly-client-node/pull/297) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.30.0](https://github.com/recurly/recurly-client-node/tree/4.30.0) (2023-02-22) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.29.0...4.30.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index c81b0178..36c59c15 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.30.0" + "recurly" : "^4.31.0" // ... } ``` diff --git a/package.json b/package.json index 3fdaeff5..85ee9567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.30.0", + "version": "4.31.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",