v2.4.3: version and changelog
diff --git a/ChangeLog b/ChangeLog
index 3dc14d3..fdbc3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+2.4.3
+- Bugfixes
+  - Fix bindings for Java 1.5
+  - Raise exception if client creation fails (bindings)
+
 2.4.2
-  - Fix crash in redirect module (typo)
+- Standards compliance
   - Honor WS-Management 1.1.1 standard (line 739)
     Disable multiple MessageID checks
+- Bugfixes
+  - Fix crash in redirect module (typo)
 
 2.4.1
 - Build fixes
diff --git a/VERSION.cmake b/VERSION.cmake
index 71dda84..79efa79 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -44,10 +44,10 @@
 #    set COMPATMINOR to MINOR. (binary incompatible change)
 #
 
-# Package version 2.4.2
+# Package version 2.4.3
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "4")
-SET(OPENWSMAN_PATCH "2")
+SET(OPENWSMAN_PATCH "3")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")