diff --git a/docs/Editing/Create or edit Task.md b/docs/Editing/Create or edit Task.md index 3d7b6bddf4..0b0c7848a4 100644 --- a/docs/Editing/Create or edit Task.md +++ b/docs/Editing/Create or edit Task.md @@ -99,7 +99,7 @@ Note that relative dates will be always interpreted as being in the future, beca #### Date picker > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 7.13.0. The modal provides a date picker, for easy selection of dates for your tasks. diff --git a/docs/What is New/Changelog.md b/docs/What is New/Changelog.md index f6f4017ae0..376cf31d40 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.13.0: - Add [[Create or edit Task#Date picker|date picker]] to the Edit Task modal. - 7.12.0: - Add [[Layout#Hide and Show Tree|display of nested tasks]] in search results, with `show tree` diff --git a/manifest.json b/manifest.json index 14568d3fca..0222025d4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.12.3", + "version": "7.13.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 a9430cc34a..00c53df58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.12.3", + "version": "7.13.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index e50ae8718e..5aca96ecce 100644 --- a/versions.json +++ b/versions.json @@ -113,5 +113,6 @@ "7.12.0": "1.1.1", "7.12.1": "1.1.1", "7.12.2": "1.1.1", - "7.12.3": "1.1.1" + "7.12.3": "1.1.1", + "7.13.0": "1.1.1" }