We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1606669 commit 4408defCopy full SHA for 4408def
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.6.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.5.0...v2.6.0) (2023-10-10)
4
+
5
6
+### New Features
7
8
+* 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))
9
10
## [2.5.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.4.0...v2.5.0) (2023-09-19)
11
12
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",
0 commit comments