From 4408def0026335cffe422def0e37b6c26e776385 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:57:15 -0400 Subject: [PATCH] chore(master): release 2.6.0 (#92) 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 3f00e14..1748297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.5.0...v2.6.0) (2023-10-10) + + +### New Features + +* sync SDK to OpenAPI doc v2.6.0 ([#91](https://github.com/circlefin/circle-nodejs-sdk/issues/91)) ([1606669](https://github.com/circlefin/circle-nodejs-sdk/commit/16066697eaa807c3e9e0d8a7be484fb1c6fea270)) + ## [2.5.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.4.0...v2.5.0) (2023-09-19) diff --git a/package.json b/package.json index 3c0ae0f..0fbaff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/circle-sdk", - "version": "2.5.0", + "version": "2.6.0", "description": "Node.js SDK for Circle API", "main": "dist/index.js", "types": "dist/index.d.ts",