From 99aafc69fd8e3283f8548290ea880e771df76ff4 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 1 Sep 2021 18:43:43 +0000 Subject: [PATCH] 4.8.0 [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.7.0...4.8.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (Dunning Campaigns feature) [#215](https://github.com/recurly/recurly-client-node/pull/215) ([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 eb8d1b5d..edaec977 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.7.0 +current_version = 4.8.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a3e83d..39d70818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.8.0](https://github.com/recurly/recurly-client-node/tree/4.8.0) (2021-09-01) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.7.0...4.8.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Dunning Campaigns feature) [#215](https://github.com/recurly/recurly-client-node/pull/215) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.7.0](https://github.com/recurly/recurly-client-node/tree/4.7.0) (2021-08-19) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.6.0...4.7.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index f0cc5f9f..3daf356c 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.7.0" + "recurly" : "^4.8.0" // ... } ``` diff --git a/package.json b/package.json index a59ade41..952f8d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.7.0", + "version": "4.8.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",