diff --git a/docs/What is New/Changelog.md b/docs/What is New/Changelog.md index b282e7cbbe..7acfea475b 100644 --- a/docs/What is New/Changelog.md +++ b/docs/What is New/Changelog.md @@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas ## 7.x releases -- X.Y.Z: +- 7.9.0: - Add [[Layout|hide and show]] instructions `hide on completion` and `show on completion`. - Add one-click support for the [[Border Theme|Border]] theme. - 7.8.0. diff --git a/manifest.json b/manifest.json index 7a514e0e15..ea305bf98e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.8.0", + "version": "7.9.0", "minAppVersion": "1.1.1", "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index c841163823..4312429d23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.8.0", + "version": "7.9.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index a8ae69280a..f8f8bddd49 100644 --- a/versions.json +++ b/versions.json @@ -103,5 +103,6 @@ "7.6.0": "1.1.1", "7.6.1": "1.1.1", "7.7.0": "1.1.1", - "7.8.0": "1.1.1" + "7.8.0": "1.1.1", + "7.9.0": "1.1.1" }