Fixed bug in JSON response where request wasn't echoed
diff --git a/CHANGES b/CHANGES
index 8430571..3b0f651 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.45 2014-10-01
+        - [bugfix] Correctly respond request in JSON results (diewald)
+
 0.44.1 2014-09-29
         - [cleanup] Prepare test suite for publication (diewald)