diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e982ea..9e12c15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. +## [9.8.10](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.9...9.8.10) (2025-09-13) + +### Bug Fixes + +* **tasks:** restore recurring task creation on completion ([e3a9f69](https://github.com/Quorafind/Obsidian-Task-Genius/commit/e3a9f69)) + +### Refactors + +* **dataflow:** improve ObsidianSource lifecycle management ([0da0bd8](https://github.com/Quorafind/Obsidian-Task-Genius/commit/0da0bd8)) + ## [9.8.9](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.8...9.8.9) (2025-09-11) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index e9e62a45..724e2b42 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.9", + "version": "9.8.10", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/manifest.json b/manifest.json index 3b99731b..8d035dde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.9", + "version": "9.8.10", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index 29f3b54f..6720beb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.9", + "version": "9.8.10", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1867e61b..b8103091 100644 --- a/versions.json +++ b/versions.json @@ -143,5 +143,6 @@ "9.8.6": "0.15.2", "9.8.7": "0.15.2", "9.8.8": "0.15.2", - "9.8.9": "0.15.2" + "9.8.9": "0.15.2", + "9.8.10": "0.15.2" } \ No newline at end of file