From e1be3cd203be790a1594b47a1e229a7977fa74d7 Mon Sep 17 00:00:00 2001
From: Jun Luo <4catcode@gmail.com>
Date: Mon, 18 Nov 2024 07:49:03 +0800
Subject: [PATCH] release: 0.6.0
---
CHANGELOG.rst | 4 ++++
README.rst | 2 +-
pyproject.toml | 2 +-
stellar_model/__init__.py | 2 +-
stellar_model/model/horizon/claimable_balance.py | 2 +-
5 files changed, 8 insertions(+), 4 deletions(-)
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()