diff -r 843e31e6df21 -r 6732dd5e7139 CHANGELOG
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,27 @@
+
+Changes in Vamp Plugin Tester v1.1 since the previous release v1.0:
+
+Features
+
+ * Add mechanism for listing the available tests and running only a
+   single test at a time
+ 
+ * Add test for reset() changing effective parameter values
+ 
+ * Add test for existence of .cat file
+
+ * Add test for boilerplate description text still in place for VamPy
+   plugins
+ 
+ * Make output more informative for some tests, and make some tests faster
+
+Bug fixes
+
+ * Fix erroneous verbose timestamp output for some tests
+
+ * Don't complain when two consecutive runs with different starting
+   times produce the same results, if neither set of results has any
+   timestamps anyway
+
+ * Link against pthread library on Linux, to support plugins with
+   threading
diff -r 843e31e6df21 -r 6732dd5e7139 vamp-plugin-tester.cpp
--- a/vamp-plugin-tester.cpp
+++ b/vamp-plugin-tester.cpp
@@ -4,7 +4,7 @@
     Vamp Plugin Tester
     Chris Cannam, cannam@all-day-breakfast.com
     Centre for Digital Music, Queen Mary, University of London.
-    Copyright 2009-2014 QMUL.
+    Copyright 2009-2015 QMUL.
 
     This program loads a Vamp plugin and tests its susceptibility to a
     number of common pitfalls, including handling of extremes of input
@@ -57,7 +57,7 @@
     cerr << "\n"
          << name << ": A Vamp plugin host that tests plugins for common errors.\n"
         "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n"
-        "Copyright 2009-2014 QMUL.\n"
+        "Copyright 2009-2015 QMUL.\n"
         "Freely redistributable; published under a BSD-style license.\n\n"
         "Usage:\n"
         "  " << name << " [-nv] [-t <test>] <pluginbasename>:<plugin>\n"
