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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95c41ce..931cd2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+<a name="0.3.1"></a>
+## 0.3.1 (2021-04-14)
+
+Just a quick release because I broke docs.rs :)
+
+#### Bug Fixes
+
+* **build:**  remove .cargo/config.toml to make docs.rs happy ([393d9807](https://github.com/zkat/big-brain/commit/393d9807576d21c7234667b1f9914f1886579bd0))
+
+
 <a name="0.3.0"></a>
 ## 0.3.0 (2021-04-14)
 
@@ -20,5 +30,3 @@ Probably.
 * New builder-based Thinker API!
 * Composite Scorers: `FixedScore`, `AllOrNothing`, and `SumOfScorers`.
 * Composite Action: `Steps`, for sequential Action execution.
-
-
-- 
GitLab