Change-Id: I152181c0d67dce61e88a93a9e2110bdf39abcedc
Issue-ID: MODELING-505
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.9"
+VERSION="1.0.10"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 
 etsicatalog provides package management service and parser service as Micro
 Service.
 
+Version: 1.0.10
+---------------
+
+:Release Date: 2021-03-03
+
+**New Features**
+
+- Support Subscription and Notification for NSD packages
+- Refactor logging to remove dependency on onaplogging component
+- Upgrade to Python3.8
+- Update document of installation and developer guide
+
+**Bug Fixes**
+
+- Fix bug: Get VNF Package Artifact endpoint doesn't accept file extensions
+
+Released components:
+ - etsicatalog 1.0.10
+
+
 Version: 1.0.9
 --------------
 
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.modeling.etsicatalog</groupId>
     <artifactId>modeling-etsicatalog</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
 
 
 major=1
 minor=0
-patch=9
+patch=10
 
 base_version=${major}.${minor}.${patch}