diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e15f0cfa..45fb481a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.28.0 +current_version = 3.29.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bb96a3..4789012c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.29.0](https://github.com/recurly/recurly-client-node/tree/3.29.0) (2023-05-23) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.28.0...3.29.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#307](https://github.com/recurly/recurly-client-node/pull/307) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.28.0](https://github.com/recurly/recurly-client-node/tree/3.28.0) (2023-05-03) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.27.0...3.28.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index 8d91a28e..711ed195 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" : "^3.28.0" + "recurly" : "^3.29.0" // ... } ``` diff --git a/package.json b/package.json index 2844a16e..66e3b3e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "3.28.0", + "version": "3.29.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",