From 2ba7851071e52f1a68310410b2d1b7654789b415 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Fri, 17 Mar 2023 16:35:15 +0100 Subject: [PATCH] docs(changelog): update for version 3.2.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4447089d5..7d2242425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), -## [3.2.0] - tbd +## [3.2.0] - 2023-03-17 + +### Added + +- BPDM Pool API: client library for accessing BPDM Pool API application +- BPDM Gate API: client library for accessing a BPDM Gate API application ### Fixed - BPDM Gate: internal server error when invoking the POST business-partners/type-match endpoint - BPDM Gate: output endpoints could miss returning any information for Business Partners in some cases +- BPDM: security issue CVE-2022-1471 +- BPDM: applications returning 403 status code on internal errors ## [3.1.0] - 2023-03-08