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"