Change-Id: Ie6e822ae0f416f48dc13e505191d23c38579aa55
Issue-ID: SDC-1926
Signed-off-by: Tufman, Shay <st198j@intl.att.com>
 
 ### Bug fix:
 1. **remove use of a snapshot dependency** update jtosca dependency version from snapshot to release. 
+
+## 1.4.7
+
+### Bug fix:
+1. **validation fix**  Null value caused to NullPointerException in validate function in DataEntity
\ No newline at end of file
 
        <artifactId>sdc-tosca</artifactId>
        <name>sdc-sdc-tosca</name>
        <description>SDC Tosca Parser JAR file for use by consumers</description>
-       <version>1.4.6-SNAPSHOT</version>
+       <version>1.4.7-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.5</version>
+                       <version>1.4.7</version>
                </dependency>
 
 
 
 
 major=1
 minor=4
-patch=6
+patch=7
 
 base_version=${major}.${minor}.${patch}