From a3066cfdbabcaa0511d5b20d60b5de0fa2fff432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:18:33 -0500 Subject: [PATCH] chore(master): release 2.7.0 (#103) :robot: I have created a release *beep* *boop* --- ## [2.7.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.2...v2.7.0) (2024-02-16) ### New Features * sync SDK to OpenAPI doc v2.7.0 ([#102](https://github.com/circlefin/circle-nodejs-sdk/issues/102)) ([552b5e1](https://github.com/circlefin/circle-nodejs-sdk/commit/552b5e13677f19c9b92c5c871532d5315e93478d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ashutosh Ukey --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f0975..98d6238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.2...v2.7.0) (2024-02-16) + + +### New Features + +* sync SDK to OpenAPI doc v2.7.0 ([#102](https://github.com/circlefin/circle-nodejs-sdk/issues/102)) ([552b5e1](https://github.com/circlefin/circle-nodejs-sdk/commit/552b5e13677f19c9b92c5c871532d5315e93478d)) + ## [2.6.2](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.1...v2.6.2) (2023-11-20) diff --git a/package.json b/package.json index b00a751..aae280d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/circle-sdk", - "version": "2.6.2", + "version": "2.7.0", "description": "Node.js SDK for Circle API", "main": "dist/index.js", "types": "dist/index.d.ts",