From 5c517b8896274634a6f0b70e8c8950b1f03b588e Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 29 Nov 2017 13:42:44 +0100 Subject: [PATCH] released 0.4.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 1 + build.gradle | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af5deb..a646532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.0] - 2017-11-29 + +### Added +- support for comments in JPQL console + +### Dependencies +- CUBA 6.7.x + +## [0.3.1] - 2017-11-26 + + +## [0.3.0] - 2017-11-25 + +### Added +- JPQL support ## [0.2.0] - 2017-09-22 diff --git a/README.md b/README.md index 409733c..22597f0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ It mainly consists of the three parts: | Platform Version | Add-on Version | | ---------------- | -------------- | +| 6.7.x | 0.4.x | | 6.6.x | 0.2.x - 0.3.x | | 6.5.x | 0.1.x | diff --git a/build.gradle b/build.gradle index 3f3c006..37d4130 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ cuba { artifact { group = 'de.diedavids.cuba.runtimediagnose' version = '0.4.0' - isSnapshot = true + isSnapshot = false } tomcat { dir = "$project.rootDir/deploy/tomcat"