diff --git a/.changelog/v4.1.0.md b/.changelog/v4.1.0.md new file mode 100644 index 000000000..e69de29bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3767428..62a43381c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v4.1.0 + +> Release & Pull Notes: [v4.1.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0) + +- fix(spring): 修复使用多个Filter时会失效的问题 ([`668ef449`](https://github.com/simple-robot/simpler-robot/commit/668ef449)) +- build(deps): bump org.jetbrains.kotlinx.kover from 0.8.0 to 0.8.1 ([`a1c54b59`](https://github.com/simple-robot/simpler-robot/commit/a1c54b59)) +- feat(api): JVM中的EventListener兼容类型增加一个 nonBlock 类型用于简化响应式结果的使用 ([`19aa56bc`](https://github.com/simple-robot/simpler-robot/commit/19aa56bc)) +- build(deps): bump io.mockk:mockk from 1.13.10 to 1.13.11 ([`a7b5307e`](https://github.com/simple-robot/simpler-robot/commit/a7b5307e)) +- feat(api): JVM中的EventListener兼容类型增加一个 nonBlock 类型用于简化响应式结果的使用 ([`beb3c7b3`](https://github.com/simple-robot/simpler-robot/commit/beb3c7b3)) + # v4.0.1 > Release & Pull Notes: [v4.0.1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.1) diff --git a/website b/website index a27ca6ed5..12d190fa6 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit a27ca6ed503c307c0f97c6a40ef7e038d6496ad8 +Subproject commit 12d190fa6785ce002b52cccdc9603c65acbe6ee3