Bump to version 2.0.1

- Enhanced the clarity of ChatGPT responses by presenting them in bullet
points;
- List points in responses pertaining to code snippets are displayed as
inline comments;
- Refined the response quality from ChatGPT, with an emphasis on
identifying issues rather than highlighting positive aspects.

Jira-Id: IT-103
Change-Id: Ibea7da6083e8346a024e24fc353c52b10d746f8a
Signed-off-by: Patrizio <patrizio.gelosi@amarulasolutions.com>
diff --git a/pom.xml b/pom.xml
index 5d2c1e6..2ca4b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <groupId>com.googlesource.gerrit.plugins</groupId>
     <artifactId>chatgpt-code-review-gerrit-plugin</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.0</version>
+    <version>2.0.1</version>
     <properties>
         <Gerrit-ApiType>plugin</Gerrit-ApiType>
         <Gerrit-ApiVersion>3.7.4</Gerrit-ApiVersion>