diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a409170d..984e65ea 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.25.0 +current_version = 3.26.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abb683c..2ec9b8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.26.0](https://github.com/recurly/recurly-client-node/tree/3.26.0) (2023-01-19) + +[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.25.0...3.26.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (Custom Fields on Line Items) [#291](https://github.com/recurly/recurly-client-node/pull/291) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.25.0](https://github.com/recurly/recurly-client-node/tree/3.25.0) (2023-01-11) [Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.24.0...3.25.0) diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md index 9a6a5eaa..824a0120 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.25.0" + "recurly" : "^3.26.0" // ... } ``` diff --git a/package.json b/package.json index 52460437..d94b2273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "3.25.0", + "version": "3.26.0", "description": "Recurly V3 node client", "main": "lib/recurly.js", "types": "lib/recurly.d.ts",