Update changelog in preperation for rolling 1.0.25

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
diff --git a/ChangeLog b/ChangeLog
index 3530777..7aabdc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 For detailed information about the changes below, please see the git log or
 visit: http://log.libusb.info
 
+2021-01-13: v1.0.25-pre
+* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
+
 2020-12-09: v1.0.24
 * Add new platform abstraction (#252)
 * Add Null POSIX backend
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index ce7c73c..6e25f2d 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11592
+#define LIBUSB_NANO 11593