diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca9e63..b312104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.18.0] - 2024-6-12 + +### Changed + +* 优化 Refresh 注释 +* 标记 core 中 Refresh 为 Stable + +### Added + +* 添加 Refresh 示例 +* Refresh 添加 isPaused 方法 + ## [1.17.2] - 2024-5-31 ### Changed diff --git a/src/com/xuxiaocheng/wlist/api/common/Marks.java b/src/com/xuxiaocheng/wlist/api/common/Marks.java index db0cd3b..6d21aa0 100644 --- a/src/com/xuxiaocheng/wlist/api/common/Marks.java +++ b/src/com/xuxiaocheng/wlist/api/common/Marks.java @@ -29,7 +29,7 @@ private Marks() { /** * The core api version. */ - public static final String CORE_API_VERSION = "1.15.2"; + public static final String CORE_API_VERSION = "1.16.0"; /** * The core api impl version. */