Fixed #370
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 131bdd0..9c41966 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -12,6 +12,8 @@
  (reported by jknack@github)
 #367: Make `TypeNameIdResolver` call `TypeResolver` for resolving base type
  (suggested by Ben F)
+#370: Fail to add Object Id for POJO with no properties
+ (reported by jh3141@github)
 - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from
   `RawSerializer`, to avoid accidental removal of proper handling.