diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7e96207..a39dd0a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,10 @@ Change Log
This document records all notable changes to `stellar-model `_.
+0.6.0
+----------------------------
+* feat: add support for Horizon v22.0.0. (`#62 `_)
+
0.5.4
----------------------------
* feat: add support for Horizon v2.27.0. (`#59 `_)
diff --git a/README.rst b/README.rst
index 37a8333..be6b239 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 4edbdb3..8969be8 100644
--- a/stellar_model/__init__.py
+++ b/stellar_model/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.4"
+__version__ = "0.6.0"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"
diff --git a/stellar_model/model/horizon/claimable_balance.py b/stellar_model/model/horizon/claimable_balance.py
index f2c2b11..de26952 100644
--- a/stellar_model/model/horizon/claimable_balance.py
+++ b/stellar_model/model/horizon/claimable_balance.py
@@ -121,4 +121,4 @@ class ClaimableBalance(BaseModel):
links: Links = Field(alias="_links")
-ClaimPredicate.update_forward_refs()
+ClaimPredicate.model_rebuild()