diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0c490..45c03bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ - Improve documentation - Add more test function +## 0.2.12 + +### Fixed + +- fix get_note_by_id_from_html broken +- fix 461 and 471 should throw error + ## 0.2.11 ### Fixed diff --git a/xhs/__version__.py b/xhs/__version__.py index 3f4924b..de77ce6 100644 --- a/xhs/__version__.py +++ b/xhs/__version__.py @@ -8,8 +8,8 @@ __title__ = "xhs" __description__ = "xiaohongshu crawl sdk." __url__ = "https://github.com/ReaJason/xhs" -__version__ = "0.2.11" -__build__ = 0x000211 +__version__ = "0.2.12" +__build__ = 0x000212 __author__ = "ReaJason" __author_email__ = "reajason1225@gmail.com" __license__ = "MIT"