prepare 2.4.5 release
diff --git a/ChangeLog b/ChangeLog
index b823606..069ed06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2.4.5
 - Features
   - enforce SSL operation in systemd service
+  - Add /usr/sbin/rcopenwsman for systemd environments
+  - New environment variable 'OPENWSMAN_CURL_TRANSPORT_SSLVERSION' to
+    select SSL protocol version. Set it to 'tlsv1.2' for TLS-v1.2
+    (anstein)
+- Bugfixes
+  - Fix memory leaks in redirect plugin (Praveen K Paladugu)
+  - shttpd: Improve error reporting if SSL context fails
+  - Builds on Fedora 20 now
 
 2.4.4
 - Security update
diff --git a/VERSION.cmake b/VERSION.cmake
index aebd361..39bf58b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -47,7 +47,7 @@
 # Package version 2.4.4
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "4")
-SET(OPENWSMAN_PATCH "4")
+SET(OPENWSMAN_PATCH "5")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")