From cbcfed4cc8c5df2458ccfb44e22be36b6e5bd1c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kat=20March=C3=A1n?= <kzm@zkat.tech>
Date: Sat, 17 Apr 2021 20:09:20 -0700
Subject: [PATCH] docs: update changelog

---
 CHANGELOG.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5203c00..65067d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+<a name="0.3.3"></a>
+## 0.3.3 (2021-04-18)
+
+This fixes an issue with more children being added to an Actor causing Thinkers to get clobbered in really annoying ways.
+
+#### Bug Fixes
+
+* **thinker:**  stop using the child/parent system for toplevel thinkers ([db16e2f6](https://github.com/zkat/big-brain/commit/db16e2f6ee97777b4df12e4ae435bf27b8012c7c))
+
+
 <a name="0.3.2"></a>
 ## 0.3.2 (2021-04-17)
 
-- 
GitLab