From 8abed8cf1c3c7a022aecbc219a3d716edbc14ea2 Mon Sep 17 00:00:00 2001 From: Nagaprasadvr Date: Tue, 31 Oct 2023 14:26:36 +0530 Subject: [PATCH] add changelog and update versions --- CHANGELOG.md | 6 ++++++ psyoptions-american-instrument/js/package.json | 4 ++-- psyoptions-european-instrument/js/package.json | 4 ++-- rfq/js/package.json | 4 ++-- risk-engine/js/package.json | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dbebf1..f79aca6c 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.14] - 2023-10-31 + +### Features + +- response: added response expiration timestamp field to Response state and validation to check response expiration. See PR ([#170](https://github.com/convergence-rfq/convergence-program-library/pull/170)) for full details. + ## [2.2.13] - 2023-10-04 ### Fixes diff --git a/psyoptions-american-instrument/js/package.json b/psyoptions-american-instrument/js/package.json index 4244acf9..82ade145 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.13", + "version": "2.2.14", "license": "MIT", "publishConfig": { "access": "public", @@ -31,4 +31,4 @@ "typescript": "^4.8.4", "rimraf": "^4.1.2" } -} +} \ No newline at end of file diff --git a/psyoptions-european-instrument/js/package.json b/psyoptions-european-instrument/js/package.json index 42258b66..fa076d50 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.13", + "version": "2.2.14", "license": "MIT", "publishConfig": { "access": "public", @@ -31,4 +31,4 @@ "typescript": "^4.8.4", "rimraf": "^4.1.2" } -} +} \ No newline at end of file diff --git a/rfq/js/package.json b/rfq/js/package.json index b42d2a8f..3ba103a9 100644 --- a/rfq/js/package.json +++ b/rfq/js/package.json @@ -1,6 +1,6 @@ { "name": "@convergence-rfq/rfq", - "version": "2.2.13", + "version": "2.2.14", "license": "MIT", "publishConfig": { "access": "public", @@ -31,4 +31,4 @@ "typescript": "^4.8.4", "rimraf": "^4.1.2" } -} +} \ No newline at end of file diff --git a/risk-engine/js/package.json b/risk-engine/js/package.json index b93a97bb..33094b80 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.13", + "version": "2.2.14", "license": "MIT", "publishConfig": { "access": "public", @@ -31,4 +31,4 @@ "typescript": "^4.8.4", "rimraf": "^4.1.2" } -} +} \ No newline at end of file