diff --git a/CHANGELOG.md b/CHANGELOG.md
index c67e861..232205f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+## [1.2.1] - 2020-09-06
+
+### 🐛 Bug Fixes
+
+- Fixed an issue where subtasks would cause errors with sorting.
+
## [1.2.0] - 2020-09-05
### ✨ Features
diff --git a/src/TaskList.svelte b/src/TaskList.svelte
index d322e3b..96174f6 100644
--- a/src/TaskList.svelte
+++ b/src/TaskList.svelte
@@ -66,7 +66,7 @@
{/if}
{#if todo.children.length != 0}
-
+
{/if}
{/each}