diff --git a/CMakeLists.txt b/CMakeLists.txt
index 791ca0af1dfb3a4059e2a252d01a2e0d184f01a2..a45ef853bc65f0040b70c000c23b1ce0986e220d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,12 +9,12 @@ project(libwebsockets C)
 set(PACKAGE "libwebsockets")
 set(CPACK_PACKAGE_NAME "${PACKAGE}")
 set(CPACK_PACKAGE_VERSION_MAJOR "1")
-set(CPACK_PACKAGE_VERSION_MINOR "6")
+set(CPACK_PACKAGE_VERSION_MINOR "7")
 set(CPACK_PACKAGE_VERSION_PATCH "0")
 set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
-set(SOVERSION "6")
+set(SOVERSION "7")
 set(CPACK_SOURCE_GENERATOR "TGZ")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 set(VERSION "${CPACK_PACKAGE_VERSION}")
diff --git a/changelog b/changelog
index 96b265edaf67de0079642cc18bbd3382f2af8758..949b2f4bcb582ee39836440d24cf34f7de22b1f5 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,9 @@
 Changelog
 ---------
 
+v1.7.0
+======
+
 Extension Changes
 -----------------
 
diff --git a/libwebsockets.spec b/libwebsockets.spec
index 154908a1c7b2efbc8423fabe93370f20b7d58d55..f8e1766f1447ead4308478a177ce64b29e85b382 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -1,7 +1,7 @@
 Name: libwebsockets
-Version: 1.6.0
+Version: 1.7.0
 Release: 1%{?dist}
-Summary: Websocket Server Library
+Summary: Websocket Server and Client Library
 
 Group: System Environment/Libraries
 License: LGPLv2 with exceptions
@@ -13,7 +13,7 @@ BuildRequires: openssl-devel cmake
 Requires: openssl
 
 %description
-Webserver server library
+Webserver server and client library
 
 %package devel
 Summary: Development files for libwebsockets
@@ -69,5 +69,8 @@ rm -rf $RPM_BUILD_ROOT
 /%{_libdir}/pkgconfig/libwebsockets.pc
 
 %changelog
+* Tue Feb 16 2016 Andy Green <andy@warmcat.com> 1.7.0-1
+- MAJOR SONAMEBUMP APICHANGES Upstream 1.7.0 release
+
 * Sun Jan 17 2016 Andrew Cooks <acooks@linux.com> 1.6.0-1
 - Bump version to 1.6.0