diff --git a/.bumpversion.cfg b/.bumpversion.cfg index baa52aa4..26a854d4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.28.0 +current_version = 4.29.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa2980a..a1d2a2e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.29.0](https://github.com/recurly/recurly-client-node/tree/4.29.0) (2023-02-07) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.28.0...4.29.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (GiftCard endpoints and new transaction error support) [#293](https://github.com/recurly/recurly-client-node/pull/293) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.28.0](https://github.com/recurly/recurly-client-node/tree/4.28.0) (2023-01-19) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.27.0...4.28.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index 3f52bdc9..d13c2e58 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.28.0" + "recurly" : "^4.29.0" // ... } ``` diff --git a/package.json b/package.json index 0dca1544..12f194c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "4.28.0", + "version": "4.29.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",