diff --git a/TODO.md b/TODO.md
index 8a5bf00..549c071 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,16 @@
Here will be kept all of the various todos for this project, organized by release.
+## 0.4.1
+
+- [ ] `Text` component for simply rendering Text objects. Can be used as such:
+```
+
+
+
+```
+- [ ] Update groowt to 0.1.1.
+
## Future
### Add
@@ -53,4 +63,4 @@ Here will be kept all of the various todos for this project, organized by releas
assert post.path == 'blog/post.md'
assert post.targetPath = 'blog/post.html'
// as well as some other information, perhaps such as the Type, extension, *etc.*
- ```
\ No newline at end of file
+ ```