from this version the max version will no longer be checked by the parser. 
 2. **Operations support**: add support for parsing the Operations in the tosca models.  
 
+## 1.4.2
 
-
+### Features:
+1. **enable types validation**  from this version all types in CSAR will be verified, all used types should be properly declared in "base" yml files e.g. node.yml , data.yml etc.
 
 
        </properties>
 
        <dependencies>
-
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
-                       <version>1.7.10</version>
                        <scope>compile</scope>
+                       <version>1.7.10</version>
                </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-log4j12</artifactId>
+                       <scope>test</scope>
+                       <version>1.7.10</version>
+               </dependency>
+
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.1</version>
+                       <version>1.4.2-SNAPSHOT</version>
                </dependency>
 
 
 
     #MissingRequiredFieldError3
     JE010:
         - issueType: WARNING
+          sinceCsarConformanceLevel: 3.0
+    #InvalidTypeError
+    JE136:
+        - issueType: CRITICAL
+          sinceCsarConformanceLevel: 3.0
+    #Exception from SnakeYAML
+    JE198:
+        - issueType: CRITICAL
           sinceCsarConformanceLevel: 3.0
\ No newline at end of file
 
     #MissingRequiredFieldError3
     JE010:
         - issueType: WARNING
+          sinceCsarConformanceLevel: 3.0
+    #InvalidTypeError
+    JE136:
+        - issueType: CRITICAL
+          sinceCsarConformanceLevel: 3.0
+    #Exception from SnakeYAML
+    JE198:
+        - issueType: CRITICAL
           sinceCsarConformanceLevel: 3.0
\ No newline at end of file
 
--- /dev/null
+# Root logger option
+log4j.rootLogger=info, stdout
+
+# Direct log messages to stdout
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.Target=System.out
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n