diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b34a583..6e788cb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+### v0.3.7
+
+Released 2024-09-04
+
+* feature: implementing a limit_rows operation
+* feature: add support for a `require_rows` boolean or non-negative int on any node
+* feature: add support for Jinja in a destination node header and footer
+* bugfix: union fails with duplicate columns
+
+
+
+
### v0.3.6
Released 2024-08-07
diff --git a/earthmover/VERSION.txt b/earthmover/VERSION.txt
index 449d7e73..0f826853 100644
--- a/earthmover/VERSION.txt
+++ b/earthmover/VERSION.txt
@@ -1 +1 @@
-0.3.6
+0.3.7