From 2ab750b012c708f1cebbf97bf021eea54097151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20=C5=A0ateika?= <3257241+martynassateika@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:30:16 +0100 Subject: [PATCH 1/3] Fix issues with change log --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d7112..aea200b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ Updated dependencies ## Version 3.5.0 - 2019-04-23 -### Added +### Added * Added a mechanism to create a PortfolioDataFile instance from a Strata bean @@ -54,17 +54,19 @@ Updated dependencies * Updated dependencies -## Version 3.4.0 -### Added +## Version 3.4.0 - 2019-04-05 + +### Added -* Added a `portfolioOwnerCode` optional field to the MarginCalcRequest +* Added a `portfolioOwnerCode` optional field to the MarginCalcRequest ### Task * Updated dependencies -## Version 3.3.0 + +## Version 3.3.0 - 2019-03-08 ### Added @@ -81,6 +83,7 @@ Updated dependencies * Support for CDSClear Margin request + ## Version 3.1.3 - 2019-02-07 ### Task @@ -121,7 +124,7 @@ Updated dependencies * If an interrupt happens while blocked, the interrupt flag will now be set -## Version 3.0.0- 2018-02-08 +## Version 3.0.0 - 2018-02-08 ### Changed From 067425bf0cbc4c44f41e602d2c3e261a31854b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20=C5=A0ateika?= <3257241+martynassateika@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:35:23 +0100 Subject: [PATCH 2/3] Add missing change log entry for v3.6.4 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea200b..24f0b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ Change Log Changes to the SDK, listed in the style of [keepachangelog](https://keepachangelog.com/en/1.0.0/). +## Version 3.6.4 - 2021-12-19 + +### Task + +* Updated dependencies + + ## Version 3.6.3 - 2021-12-12 ### Fixed -Updated dependencies +* Updated dependencies ## Version 3.6.2 - 2020-04-28 From c4820ec3267816c8ae343c7ae2c5d2885f315ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20=C5=A0ateika?= <3257241+martynassateika@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:40:34 +0100 Subject: [PATCH 3/3] Update before release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f0b48..02377e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Change Log Changes to the SDK, listed in the style of [keepachangelog](https://keepachangelog.com/en/1.0.0/). +## Version 3.6.5 - 2026-07-29 + +### Added + +* Support for multiple CCPs in `MarginClientExample` + +### Task + +* Updated dependencies + + ## Version 3.6.4 - 2021-12-19 ### Task diff --git a/README.md b/README.md index 13fcb17..105d9be 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For example, to access the SDK for the margin service, use: com.opengamma.sdk sdk-margin - 3.6.3 + 3.6.5 ```