Release 0.43
diff --git a/ChangeLog b/ChangeLog
index 91bc31e..a2533ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.43:
+	Fix issue with PPP transmit ACCM and receive ACCM mixup.
+	Fix issue with PPP not using default ACCM in transmit.
+	Fix issue with PPP interface and EM770W modem.
+	Add support for basic modem emulator interfaces.
+	Add support for handling ATS5 command feature.
+	Add support for Linktop LW27x data cards.
+
 ver 0.42:
 	Fix issue with ECT pre-conditions check.
 	Add support for watching SIM file changes.
diff --git a/configure.ac b/configure.ac
index 7a9be6b..7704d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ofono, 0.42)
+AC_INIT(ofono, 0.43)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)