diff --git a/CHANGELOG.md b/CHANGELOG.md index 0988b3a..6618cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGE LOG +## 0.3.1/2023-11-01 + +- [v0.3.0 ... v0.3.1](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.3.0...v0.3.1) + - The maximum number of nodes limit applies to all graphs. + - dailynote applies as separating nodes. + ## 0.3.0/2023-10-28 - [v0.2.1 ... v0.3.0](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.2.1...v0.3.0) diff --git a/plugin.json b/plugin.json index c20f9c3..ea857f7 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "graph-enhance", "author": "shenjinglei", "url": "https://github.com/shenjinglei/siyuan-plugin-graph-enhance", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "2.10.6", "backends": ["all"], "frontends": ["all"],