diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE
index f09b819..e69de29 100644
--- a/CHANGES_NEXT_RELEASE
+++ b/CHANGES_NEXT_RELEASE
@@ -1,4 +0,0 @@
-Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130)
-Upgrade Esper library from 6.1.0 to 7.1.0
-Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed
-Fix perseo-core log in docker container (#110)
diff --git a/pom.xml b/pom.xml
index f77608e..a4120a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.telefonica.iot
perseo-core
- 1.3.0-SNAPSHOT
+ 1.4.0
war
perseo-core
diff --git a/rpm/SPECS/cep-core.spec b/rpm/SPECS/cep-core.spec
index 61c59b4..59b39d3 100644
--- a/rpm/SPECS/cep-core.spec
+++ b/rpm/SPECS/cep-core.spec
@@ -102,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war
%changelog
+* Tue Oct 29 2019 Fermin Galan 1.4.0
+- Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130)
+- Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed
+- Fix perseo-core log in docker container (#110)
+- Upgrade Esper library from 6.1.0 to 7.1.0
+
* Fri Feb 08 2019 Fermin Galan 1.3.0
- Add: support for esper 6.1.0 timed rules("timer:XX" patterns and Match Recognize interval patterns) (#91)
- Add: environment variable based configuration (PERSEO_FE_URL and MAX_AGE)
diff --git a/rpm/create-rpm.sh b/rpm/create-rpm.sh
index 3e22182..eadee9e 100755
--- a/rpm/create-rpm.sh
+++ b/rpm/create-rpm.sh
@@ -21,7 +21,7 @@
CEP_VERSION=$2
if [ -z "$CEP_VERSION" ]; then
- CEP_VERSION=1.3.0-SNAPSHOT
+ CEP_VERSION=1.4.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then