diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b53635..23dbebf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Note:** Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +## [2.2.13] - 2023-10-04 + +### Fixes + +- psyoptions-american: Refactored PsyOptions American instrument to handle call and put logic. See PR ([#166](https://github.com/convergence-rfq/convergence-program-library/pull/166)) for full details. + ## [2.2.12] - 2023-08-17 ### Fixes diff --git a/psyoptions-american-instrument/js/package.json b/psyoptions-american-instrument/js/package.json index 135d0b06..4244acf9 100644 --- a/psyoptions-american-instrument/js/package.json +++ b/psyoptions-american-instrument/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/psyoptions-american-instrument", - "version": "2.2.12", + "version": "2.2.13", "license": "MIT", "publishConfig": { "access": "public", diff --git a/psyoptions-european-instrument/js/package.json b/psyoptions-european-instrument/js/package.json index 6b709290..42258b66 100644 --- a/psyoptions-european-instrument/js/package.json +++ b/psyoptions-european-instrument/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/psyoptions-european-instrument", - "version": "2.2.12", + "version": "2.2.13", "license": "MIT", "publishConfig": { "access": "public", diff --git a/rfq/js/package.json b/rfq/js/package.json index 8bc7516b..b42d2a8f 100644 --- a/rfq/js/package.json +++ b/rfq/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/rfq", - "version": "2.2.12", + "version": "2.2.13", "license": "MIT", "publishConfig": { "access": "public", diff --git a/risk-engine/js/package.json b/risk-engine/js/package.json index ec9fcdc8..b93a97bb 100644 --- a/risk-engine/js/package.json +++ b/risk-engine/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/risk-engine", - "version": "2.2.12", + "version": "2.2.13", "license": "MIT", "publishConfig": { "access": "public", diff --git a/spot-instrument/js/package.json b/spot-instrument/js/package.json index b4be55e8..84f32a46 100644 --- a/spot-instrument/js/package.json +++ b/spot-instrument/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/spot-instrument", - "version": "2.2.12", + "version": "2.2.13", "license": "MIT", "publishConfig": { "access": "public",