From b7b1edc66f1f2b4b9000c74159375cb05a83c7e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:19:24 -0400 Subject: [PATCH] chore(master): release 2.8.0 (#108) :robot: I have created a release *beep* *boop* --- ## [2.8.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.7.1...v2.8.0) (2024-03-11) ### New Features * sync SDK to OpenAPI doc v2.8.0 ([#107](https://github.com/circlefin/circle-nodejs-sdk/issues/107)) ([e0d7a38](https://github.com/circlefin/circle-nodejs-sdk/commit/e0d7a38fad8bb45b2bbf95347c39729b60d2c744)) --- 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> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a806b22..1c95544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.7.1...v2.8.0) (2024-03-11) + + +### New Features + +* sync SDK to OpenAPI doc v2.8.0 ([#107](https://github.com/circlefin/circle-nodejs-sdk/issues/107)) ([e0d7a38](https://github.com/circlefin/circle-nodejs-sdk/commit/e0d7a38fad8bb45b2bbf95347c39729b60d2c744)) + ## [2.7.1](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.7.0...v2.7.1) (2024-02-27) diff --git a/package.json b/package.json index 50e4fea..4e2bc2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/circle-sdk", - "version": "2.7.1", + "version": "2.8.0", "description": "Node.js SDK for Circle API", "main": "dist/index.js", "types": "dist/index.d.ts",