From 243dd0651e32995a69461f6f8728375f91586c5c Mon Sep 17 00:00:00 2001
From: shudhansu-shekhar <131247852+shudhansu-shekhar@users.noreply.github.com>
Date: Tue, 8 Oct 2024 19:43:15 +0530
Subject: [PATCH] Release version increased in pom.xml (#229)
* Release version increased in pom.xml
---
pom.xml | 2 +-
wiki/markdown/usage/service.md | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 52b0cc9..5c7fca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
- 2.1.11
+ 2.1.12
2.2.7
eiffel-remrem-generate
diff --git a/wiki/markdown/usage/service.md b/wiki/markdown/usage/service.md
index 436b752..3cd2fad 100644
--- a/wiki/markdown/usage/service.md
+++ b/wiki/markdown/usage/service.md
@@ -147,6 +147,8 @@ then in response body we have only one response for that invalid JSON event, it
There is some examples of passing an array of events and what their responses can be
+NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of templates in the array passed to generate endpoint.
+
#### Templates for successful array of events :
```