diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88ac3d9e59ec451ba10ebeef37b13d9e570461fe..b8058205c1e319b6145d804b4cd39287553ad55f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ project(libwebsockets C)
 set(PACKAGE "libwebsockets")
 set(CPACK_PACKAGE_NAME "${PACKAGE}")
 set(CPACK_PACKAGE_VERSION_MAJOR "1")
-set(CPACK_PACKAGE_VERSION_MINOR "4")
+set(CPACK_PACKAGE_VERSION_MINOR "5")
 set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
 set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
diff --git a/changelog b/changelog
index 3290c7a81682bf5aaf29332c1f07f02969454d0e..62f1ca50ed569cc7d4b89520a0ddd1c3a66d07d2 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-(since last tag)
+v1.5-chrome47-firefox41
+=======================
 
 User api changes
 ----------------