From ee8371f84d84035b3492f2c5589a042311429c8f Mon Sep 17 00:00:00 2001 From: openui5fhirbot Date: Tue, 28 Jun 2022 08:27:27 +0000 Subject: [PATCH] chore(release): 2.3.2 [skip ci] ## [2.3.2](https://github.com/SAP/openui5-fhir/compare/v2.3.1...v2.3.2) (2022-06-28) ### Bug Fixes * **sap.fhir.model.r4.FHIRListBinding:** Preprocessing of next link ([#333](https://github.com/SAP/openui5-fhir/issues/333)) ([058dd78](https://github.com/SAP/openui5-fhir/commit/058dd783cb033c1aa8d20117327f4ca9e990ed72)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0777b86d..bc2938c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/SAP/openui5-fhir/compare/v2.3.1...v2.3.2) (2022-06-28) + + +### Bug Fixes + +* **sap.fhir.model.r4.FHIRListBinding:** Preprocessing of next link ([#333](https://github.com/SAP/openui5-fhir/issues/333)) ([058dd78](https://github.com/SAP/openui5-fhir/commit/058dd783cb033c1aa8d20117327f4ca9e990ed72)) + ## [2.3.1](https://github.com/SAP/openui5-fhir/compare/v2.3.0...v2.3.1) (2022-05-18) diff --git a/package.json b/package.json index c4bd2179..9f00b065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openui5-fhir", - "version": "2.3.1", + "version": "2.3.2", "author": "SAP SE", "license": "Apache-2.0", "description": "The OpenUI5-FHIR Library enables UI5 to the FHIR world",