We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3ab9a commit a3066cfCopy full SHA for a3066cf
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.7.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.2...v2.7.0) (2024-02-16)
4
+
5
6
+### New Features
7
8
+* 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))
9
10
## [2.6.2](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.1...v2.6.2) (2023-11-20)
11
12
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",
0 commit comments