update release notes wrt #367
diff --git a/release-notes/VERSION b/release-notes/VERSION
index a864909..131bdd0 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -10,6 +10,8 @@
  (contributed by stuartwdouglas@github)
 #362: UUID output as Base64 String with ObjectMapper.convertValue()
  (reported by jknack@github)
+#367: Make `TypeNameIdResolver` call `TypeResolver` for resolving base type
+ (suggested by Ben F)
 - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from
   `RawSerializer`, to avoid accidental removal of proper handling.