Fix #1428
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 202f01e..c1fd9e7 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -30,6 +30,7 @@
 #1399: Add support for `@JsonSetter(merge=OptBoolean.TRUE`) to allow "deep update"
 #1406: `ObjectMapper.readTree()` methods do not return `null` on end-of-input
  (reported by Fabrizio C)
+#1428: Allow `@JsonValue` on a field, not just getter
 #1434: Explicitly pass null on invoke calls with no arguments
  (contributed by Emiliano C)
 #1433: `ObjectMapper.convertValue()` with null does not consider null conversions