Changelog
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c6ea188..be9c4a4 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+0.7.5 (2021-01-04)
+    * Fix crash on Python 2.7 with unicode docstrings
+      (https://github.com/wolever/parameterized/issues/109)
+
 0.7.4 (2020-04-14)
     * Add ``class_name_func`` option to ``@parameterized_class``
     * Fix arguments being passed to skip_on_empty_helper (thanks @gaf3;