diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6dec36c..f0b9b52 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,10 @@ Change Log
This document records all notable changes to `stellar-model `_.
+0.5.1
+----------------------------
+* feat: add `EffectResponse` to parse single effect. (`#36 `_)
+
0.5.0
----------------------------
* feat: add support for Horizon `v2.17.0 `_. (`#31 `_)
diff --git a/README.rst b/README.rst
index 04f1b39..8cca88b 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ Please check the list `here "]
readme = "README.rst"
diff --git a/stellar_model/__init__.py b/stellar_model/__init__.py
index 20b51d6..e5eb6d7 100644
--- a/stellar_model/__init__.py
+++ b/stellar_model/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"