update release notes for 2.1.2/3/4
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 9953738..41d64c5 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -52,6 +52,42 @@
 === History: ===
 ------------------------------------------------------------------------
 
+2.1.4 (26-Feb-2013)
+
+* [JACKSON-887]: StackOverflow with parameterized sub-class field
+ (reported by Alexander M)
+* [#130]: TimeZone not set for GregorianCalendar, when deserializing
+* [#157]: NPE when registering module twice
+* [#162]: JsonNodeFactory: work around an old bug with BigDecimal and zero
+ (submitted by fge@github)
+* [#166]: Incorrect optimization for `ObjectMapper.convertValue(Class)`
+ (reported by Eric T)
+* [#167]: Problems with @JsonValue, polymorphic types (regression from 1.x)
+ (reported by Eric T)
+* [#170]: Problems deserializing `java.io.File` if creator auto-discovery disabled
+ (reported by Eric T)
+* [#175]: NPE for JsonMappingException, if no path is specified
+ (reported by bramp@github)
+
+2.1.3 (19-Jan-2013)
+
+* [Issue#141]: ACCEPT_EMPTY_STRING_AS_NULL_OBJECT not working for enums
+* [Issue#142]: Serialization of class containing EnumMap with polymorphic enum
+  fails to generate class type data
+ (reported by kidavis4@github)
+
+2.1.2 (04-Dec-2012)
+
+* [Issue#106]: NPE in ObjectArraySerializer.createContextual(...)
+* [Issue#117]: HandlerInstantiator defaulting not working
+ (reported by Alexander B)
+* [Issue#118]: Problems with JsonTypeInfo.As.EXTERNAL_PROPERTY, scalar values
+ (reported by Adva11@github)
+* [Issue#119]: Problems with @JsonValue, JsonTypeInfo.As.EXTERNAL_PROPERTY
+ (reported by Adva11@github)
+* [Issue#122]: ObjectMapper.copy() was not copying underlying mix-in map
+ (reported by rzlo@github)
+
 2.1.1 (11-Nov-2012)
 
 Fixes: