From 4bab44b4b394d90fb7b28f6ed24f9de7db824ade Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Mon, 22 Nov 2021 18:21:58 +0000 Subject: [PATCH] 4.10.0 [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.9.0...4.10.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#224](https://github.com/recurly/recurly-client-node/pull/224) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#222](https://github.com/recurly/recurly-client-node/pull/222) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#221](https://github.com/recurly/recurly-client-node/pull/221) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#218](https://github.com/recurly/recurly-client-node/pull/218) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 14 ++++++++++++++ doc/GETTING_STARTED.md | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 700a29f5..7017ad89 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.9.0 +current_version = 4.10.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c154130..06c169ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.10.0](https://github.com/recurly/recurly-client-node/tree/4.10.0) (2021-11-22) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.9.0...4.10.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#224](https://github.com/recurly/recurly-client-node/pull/224) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2021-02-25 [#222](https://github.com/recurly/recurly-client-node/pull/222) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2021-02-25 [#221](https://github.com/recurly/recurly-client-node/pull/221) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2021-02-25 [#218](https://github.com/recurly/recurly-client-node/pull/218) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.9.0](https://github.com/recurly/recurly-client-node/tree/4.9.0) (2021-09-16) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.8.0...4.9.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index 7621380b..84f6b737 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.9.0" + "recurly" : "^4.10.0" // ... } ``` diff --git a/package.json b/package.json index 7eb871e3..2745de45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.9.0", + "version": "4.10.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",