update release notes
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c249082..8672cf3 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,17 +1,20 @@
 Project: jackson-annotations
-Version: 2.4.2 (13-Aug-2014)
+Version: 2.4.3 (02-Oct-2014)
 
 NOTE: Annotations module will never contain changes in patch versions,
  only .0 releases can have changes. We may still release patch versions, but
  they will be identical to .0 versions, and only released for convenience
  (developers can line up all Jackson components with same patch version number)
 
-No changes since 2.4.0.
-
 ------------------------------------------------------------------------
 === History: ===
 ------------------------------------------------------------------------
 
+2.4.2 (13-Aug-2014)
+2.4.1
+
+No changes since 2.4.0.
+
 2.4.0 (29-May-2014)
 
 #31: Allow use of `@JsonPropertyOrder` for properties (not just classes)