diff --git a/README.md b/README.md
index 2fdd3ed..f8bf55e 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@
+
+
+
+
@@ -188,7 +192,7 @@ Compare the results! 👇
*(Sorted alphabetically)*
Framework | "hello world" (req/s) | 99% latency (ms) | redis save (req/s) | 99% latency (ms)
-\----------- | --------------------- | ---------------- | ------------------ | ----------------
+----------- | --------------------- | ---------------- | ------------------ | ----------------
aiohttp | 14391.38 | 10.96 | 9470.74 | 12.94
aiozmq | 15121.86 | 9.42 | 5904.84 | 21.57
fastApi | 9590.96 | 18.31 | 6669.81 | 24.41
@@ -196,12 +200,11 @@ sanic | 18790.49 | 8.69 | 12259.29 | 13
zero(sync) | 24805.61 | 4.57 | 16498.83 | 7.80
zero(async) | 22716.84 | 5.61 | 17446.19 | 7.24
-# Todo list 📃
+# Roadmap 🗺
-* Add pydantic support
-* Code generation for pydantic models
-* Improve error handling
-* Fault tolerance
+* \[ ] Make msgspec as default serializer
+* \[ ] Add support for async server (currently the sync server runs async functions in the eventloop, which is blocking)
+* \[ ] Add pub/sub support
# Contribution
diff --git a/setup.py b/setup.py
index 7995f01..85dd164 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="zeroapi",
- version="0.3.51",
+ version="0.3.6",
author="Azizul Haque Ananto",
author_email="azizulhaq.ananto@gmail.com",
license="MIT",