From 840970ea88be63de462a87d817590c70d6825510 Mon Sep 17 00:00:00 2001 From: Marco Santarelli Date: Fri, 22 Sep 2023 09:50:09 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cbd2f6ae..7070b0aea 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ It currently consists of # Release Notes BOAT is still under development and subject to change. -## 0.17.19 -* boat-spring - * Fix [List of Maps of Strings generated code does not compile. ,https://github.com/Backbase/backbase-openapi-tools/issues/647] + ## 0.17.18 * boat-spring * Fix [Regression on putting valid annotation on FQCN,https://github.com/Backbase/backbase-openapi-tools/issues/619] @@ -26,6 +24,7 @@ BOAT is still under development and subject to change. * Fix initiation of `required` property that has `additionalProperties` (generated as Map) when using `containerDefaultToNull=true` * Fix [`createApiComponent` option in springtemplate generator is ignored](https://github.com/Backbase/backbase-openapi-tools/issues/630) * Fix https://github.com/Backbase/backbase-openapi-tools/issues/635 + * Fix [List of Maps of Strings generated code does not compile. ,https://github.com/Backbase/backbase-openapi-tools/issues/647] ## 0.17.16 * BOAT Angular Generator * added `@angular/common` as peer dependency in the generated package.json files