diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cbc32..f7eefb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.1.0](https://github.com/fugle-dev/fugle-trade-node/compare/v2.0.1...v2.1.0) (2024-07-16) + + +### Features + +* support for adding memos to the order ([#10](https://github.com/fugle-dev/fugle-trade-node/issues/10)) ([46f2d6c](https://github.com/fugle-dev/fugle-trade-node/commit/46f2d6c47a100f6431d016df21d11c2d898b78d1)) + ### [2.0.1](https://github.com/fugle-dev/fugle-trade-node/compare/v2.0.0...v2.0.1) (2024-03-14) diff --git a/package.json b/package.json index 4060f03..3a2bc3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fugle/trade", - "version": "2.0.1", + "version": "2.1.0", "description": "FugleTrade API SDK for Node.js", "main": "lib/index.js", "types": "lib/index.d.ts",