Release 4.1.0.

Change-Id: I41e637ada9225623b46f5a57bdf52b72de0fdfe2
diff --git a/README.adoc b/README.adoc
index 3460598..aa78fb0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -48,7 +48,7 @@
   <dependency>
     <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
     <artifactId>quarkus-googlecloud-jsonlogging</artifactId>
-    <version>4.0.0</version>
+    <version>4.1.0</version>
   </dependency>
 
 </dependencies>
@@ -59,7 +59,7 @@
 [source,groovy]
 ----
 dependencies {
-  implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.0.0")
+  implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.1.0")
 }
 ----